fromGraphQLAttachmentIdNullableToDartAttachmentIdNullable function
- String? v
Implementation
AttachmentId? fromGraphQLAttachmentIdNullableToDartAttachmentIdNullable(
String? v,
) => v == null ? null : AttachmentId(v);
AttachmentId? fromGraphQLAttachmentIdNullableToDartAttachmentIdNullable(
String? v,
) => v == null ? null : AttachmentId(v);