INPUT_OBJECT
EntryZoneGroupCreateInput
Autogenerated input type of EntryZoneGroupCreate
link GraphQL Schema definition
- input EntryZoneGroupCreateInput {
- : String!
- : Metadata
- : Boolean
- # An ID that references an organization that will own this object. Can be empty if
- # user belongs to only one organization.
- : HashId!
- # This input assigns entry zones to entry zone group
- : [HashId!]
- # maximum number of people allowed in Entry Zone Group
- : Int
- # The minimum number of people that will trigger the high utilisation warning.
- : 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
- : Int
- # refers to start time of the event in a day, eg: 18:00
- : DateTime
- # refers to duration of an event in one stretch, value in seconds
- : Int
- # A unique identifier for the client performing the mutation.
- : String
- }