ENUM
IncludeArchivedOption
Indicates whether archived items should be included in the results or not.
link GraphQL Schema definition
- enum IncludeArchivedOption {
- # Exclude archived items.
- # Include archived items.
- # Only include archived items (i.e. exclude non-archived items).
- # 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.
- }