INPUT_OBJECT

TicketUpdateInput

Autogenerated input type of TicketUpdate

link GraphQL Schema definition

  • input TicketUpdateInput {
  • identifier: String!
  • validUntil: String
  • validFrom: String
  • customerIdentifier: String
  • productVariantId: HashId
  • # Defines maximum number of people who are allowed to use the ticket at the same
  • # time.
  • maxPax: Int
  • metadata: Metadata
  • # An ID that references an organization that will own this object. Can be empty if
  • # user belongs to only one organization.
  • organizationId: HashId
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • }

link Require by