ENUM

ObjectState

Description

State of the object.

link GraphQL Schema definition

  • enum ObjectState {
  • # The object is active.
  • ACTIVE
  • # The object is archived.
  • ARCHIVED
  • # The object state is not specified.
  • NOT_SPECIFIED
  • # The object is a relic.
  • RELIC
  • }