INPUT_OBJECT

ProductCreateInput

Autogenerated input type of ProductCreate

link GraphQL Schema definition

  • input ProductCreateInput {
  • name: String!
  • # When disabled all scan events for this product are not considered to be made by
  • # 'visitors' in scan events queries.
  • countAsVisitor: Boolean
  • # valid duration for entry in seconds
  • entryDuration: Int
  • # time that entry is already allowed before official validity in seconds
  • entryBufferPre: Int
  • # time that entry is still allowed after official validity in seconds
  • entryBufferPost: Int
  • # activated_on_first_use fixed_time no_time_limitation
  • kind: 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".
  • validFrom: 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"
  • validUntil: DateTime
  • metadata: Metadata
  • # 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