INPUT_OBJECT

EntryZoneUpdateInput

Autogenerated input type of EntryZoneUpdate

link GraphQL Schema definition

  • input EntryZoneUpdateInput {
  • id: HashId!
  • name: String
  • metadata: Metadata
  • parentId: HashId
  • childrenIds: [HashId!]
  • ensureOnlyOneAssignedEntryZonePerRootToLeafPathPerProductOrProductVariant: Boolean
  • # 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