List<UserNum> fromGraphQLListUserNumToDartListUserNum(List<Object?> v) => v.map((e) => fromGraphQLUserNumToDartUserNum(e as String)).toList();