ENUM

IncludeArchivedOption

Indicates whether archived items should be included in the results or not.

link GraphQL Schema definition

  • enum IncludeArchivedOption {
  • # Exclude archived items.
  • NO
  • # Include archived items.
  • YES
  • # Only include archived items (i.e. exclude non-archived items).
  • EXCLUSIVELY
  • # If there is a parent GraphQL record and it is archived then this is equivalent
  • # to YES, in all other cases this is equivalent to NO.
  • INHERIT
  • }