INPUT_OBJECT
TicketUpdateInput
Autogenerated input type of TicketUpdate
link GraphQL Schema definition
- input TicketUpdateInput {
- : String!
- : String
- : String
- : String
- : HashId
- # Defines maximum number of people who are allowed to use the ticket at the same
- # time.
- : Int
- : Metadata
- # An ID that references an organization that will own this object. Can be empty if
- # user belongs to only one organization.
- : HashId
- # A unique identifier for the client performing the mutation.
- : String
- }