fromDartBlocklistCursorNullableToGraphQLBlocklistCursorNullable function
Implementation
String? fromDartBlocklistCursorNullableToGraphQLBlocklistCursorNullable(
BlocklistCursor? v,
) => v?.toString();
String? fromDartBlocklistCursorNullableToGraphQLBlocklistCursorNullable(
BlocklistCursor? v,
) => v?.toString();