INPUT_OBJECT
TicketBatchCreateInput
Autogenerated input type of TicketBatchCreate
link GraphQL Schema definition
- input TicketBatchCreateInput {
- : String!
- # An ID that references the product variant.
- : HashId!
- : Metadata
- : DateTime
- : DateTime
- : String
- : String
- # Newly generated ticket identifiers will only use contain those characters. Must
- # contain at least 10 unique characters. Warning: this field doesn't affect
- # identifierPrefix and identifierSuffix fields. By default contains numbers, upper
- # and lower case latin characters.
- : String
- : Int
- : Int
- # 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
- }