INPUT_OBJECT
UpdateTicketRecipientMutationInput
The input object that defines the fields for the updateTicketRecipient mutation.
link GraphQL Schema definition
- input UpdateTicketRecipientMutationInput {
- # A descriptive name.
- : String
- # An email address.
- : EmailAddress
- # A note about this entity.
- : NoteMutationInput
- }