INPUT_OBJECT

EntryZoneGroupInput

Entry Zone Group input

link GraphQL Schema definition

  • input EntryZoneGroupInput {
  • id: HashId
  • name: String!
  • 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
  • entryZones: [EntryZoneInput!]!
  • }