INPUT_OBJECT
ProductVariantCreateInput
Autogenerated input type of ProductVariantCreate
link GraphQL Schema definition
- input ProductVariantCreateInput {
- : String!
- : HashId!
- : Metadata
- # Number of persons allowed per ticket with this variant. Default: 1
- : Int
- # If true discountEligibilityProofProvided on scanEventCreate mutation needs to be
- # set to true or the created scanEvent will not be successful. Default: false
- : Boolean
- : String
- # This field allows user to create ticket through scan event if not found
- : Boolean
- # A unique identifier for the client performing the mutation.
- : String
- }