INPUT_OBJECT

TicketBatchCreateInput

Autogenerated input type of TicketBatchCreate

link GraphQL Schema definition

  • input TicketBatchCreateInput {
  • name: String!
  • # An ID that references the product variant.
  • productVariantId: HashId!
  • metadata: Metadata
  • validFrom: DateTime
  • validUntil: DateTime
  • identifierPrefix: String
  • identifierSuffix: 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.
  • identifierAlphabet: String
  • minIdentifierLength: Int
  • maxIdentifierLength: Int
  • # 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