fromDartFavoriteChatsCursorNullableToGraphQLFavoriteChatsCursorNullable function
Implementation
String? fromDartFavoriteChatsCursorNullableToGraphQLFavoriteChatsCursorNullable(
FavoriteChatsCursor? v,
) => v?.toString();
String? fromDartFavoriteChatsCursorNullableToGraphQLFavoriteChatsCursorNullable(
FavoriteChatsCursor? v,
) => v?.toString();