List<String> fromDartListChatNameToGraphQLListChatName(List<ChatName> v) => v.map((e) => fromDartChatNameToGraphQLChatName(e)).toList();