List<UserBio> fromGraphQLListUserBioToDartListUserBio(List<Object?> v) => v.map((e) => fromGraphQLUserBioToDartUserBio(e as String)).toList();