List<Url>? fromGraphQLListNullableURLToDartListNullableUrl(List<Object?>? v) => v?.map((e) => fromGraphQLURLToDartUrl(e as String)).toList();