INPUT_OBJECT

EntryZoneGroupUpdateInput

Autogenerated input type of EntryZoneGroupUpdate

link GraphQL Schema definition

  • input EntryZoneGroupUpdateInput {
  • id: HashId!
  • name: String
  • hidden: Boolean
  • 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!
  • # This input assigns entry zones to entry zone group
  • entryZoneIds: [HashId!]
  • # maximum number of people allowed in Entry Zone Group
  • maxPax: Int
  • # The minimum number of people that will trigger the high utilisation warning.
  • highUtilizationPax: Int
  • # if no exit scanner configured for EZ, this value is used to count no of exit
  • # scans by subtracting scans before the seconds mentioned
  • avgLengthOfStay: Int
  • # refers to start time of the event in a day, eg: 18:00
  • eventStartTime: DateTime
  • # refers to duration of an event in one stretch, value in seconds
  • eventDuration: Int
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • }

link Require by