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