INPUT_OBJECT
ProductCreateInput
Autogenerated input type of ProductCreate
link GraphQL Schema definition
- input ProductCreateInput {
- : String!
- # When disabled all scan events for this product are not considered to be made by
- # 'visitors' in scan events queries.
- : Boolean
- # valid duration for entry in seconds
- : Int
- # time that entry is already allowed before official validity in seconds
- : Int
- # time that entry is still allowed after official validity in seconds
- : Int
- # activated_on_first_use fixed_time no_time_limitation
- : ProductKindEnum!
- # Defines at what time ticket can be validated for the first time. Can be null if
- # kind equals to "activated_on_first_use" and must be null if kind equals to
- # "no_time_limitation".
- : DateTime
- # For "fixed_time" kind defines at what time ticket can be validated for the last
- # time. If kind equals to "activated on first use" defines the last possible
- # activation time. Can be null if kind equals to "activated_on_first_use" and must
- # be null if kind equals to "no_time_limitation"
- : DateTime
- : Metadata
- # An ID that references an organization that will own this object. Can be empty if
- # user belongs to only one organization.
- : HashId
- # A unique identifier for the client performing the mutation.
- : String
- }