INPUT_OBJECT

EntryZoneInput

Entry Zone input

link GraphQL Schema definition

  • input EntryZoneInput {
  • id: HashId
  • name: String!
  • metadata: Metadata
  • parentId: HashId
  • childrenIds: [HashId!]
  • # An ID that references an organization that will own this object. Can be empty if
  • # user belongs to only one organization.
  • organizationId: HashId
  • }