ENUM
Trashed
Specify if you want to include or exclude trashed results from a query.
link GraphQL Schema definition
- enum Trashed {
- # Only return trashed results.
- # Return both trashed and non-trashed results.
- # Only return non-trashed results.
- }