List<String> fromDartListThumbHashToGraphQLListThumbHash(List<ThumbHash> v) => v.map((e) => fromDartThumbHashToGraphQLThumbHash(e)).toList();