INPUT_OBJECT

ProductVariantUpdateInput

Autogenerated input type of ProductVariantUpdate

link GraphQL Schema definition

  • input ProductVariantUpdateInput {
  • id: HashId!
  • name: String
  • productId: HashId
  • metadata: Metadata
  • ticketMaxPax: Int
  • # If true discountEligibilityProofProvided on scanEventCreate mutation needs to be
  • # set to true or the created scanEvent will not be successful.
  • discountEligibilityProofRequired: Boolean
  • easyAccessModeTicketIdentifierRegex: String
  • # This field allows user to create ticket through scan event if not found
  • easyAccessModeEnabled: Boolean
  • couponDefinitions: [CouponDefinitionInput!]
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • }

link Require by