INPUT_OBJECT

ProductVariantCreateInput

Autogenerated input type of ProductVariantCreate

link GraphQL Schema definition

  • input ProductVariantCreateInput {
  • name: String!
  • productId: HashId!
  • metadata: Metadata
  • # Number of persons allowed per ticket with this variant. Default: 1
  • ticketMaxPax: Int
  • # If true discountEligibilityProofProvided on scanEventCreate mutation needs to be
  • # set to true or the created scanEvent will not be successful. Default: false
  • discountEligibilityProofRequired: Boolean
  • easyAccessModeTicketIdentifierRegex: String
  • # This field allows user to create ticket through scan event if not found
  • easyAccessModeEnabled: Boolean
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • }

link Require by