INPUT_OBJECT
CreateTicketRecipientMutationInput
The input object that defines the fields for the createTicketRecipient mutation.
link GraphQL Schema definition
- input CreateTicketRecipientMutationInput {
- # A descriptive name.
- String! :
- # An email address.
- EmailAddress! :
- # The ID of a `Ticket`.
- Int64Bit! :
- # A note about this entity.
- NoteMutationInput :
- }