INPUT_OBJECT

ProductUpdateInput

Autogenerated input type of ProductUpdate

link GraphQL Schema definition

  • input ProductUpdateInput {
  • id: HashId!
  • 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
  • # This input creates entry zone group for each entry zone and creates associtation
  • # with product. will be removed in the future.
  • entryZoneGroupsEntryZoneIds: [HashId!]
  • # This input updates all entries allowed associated with this product. This field
  • # is ignored for product with kind = counting_code because counting codes always
  • # have unlimited number of entries. This field might be removed in the future.
  • entriesAllowed: Int
  • # 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