fromDartListChatItemsCursorToGraphQLListChatItemsCursor function
Implementation
List<String> fromDartListChatItemsCursorToGraphQLListChatItemsCursor(
List<ChatItemsCursor> v,
) => v.map((e) => fromDartChatItemsCursorToGraphQLChatItemsCursor(e)).toList();