ENUM
SortDirection
The direction to sort results in.
link GraphQL Schema definition
- enum SortDirection {
- # Ascending
- # Descending
- }
link Require by
- CreateStoredViewMutationInputThe input object that defines the fields for the createStoredView mutation.
- Querynull
- SorterUsed to sort results.
- StoredGroupA group of filters in a `StoredView`.
- StoredViewA stored view.
- StoredViewUserA `StoredView` associated with a `User`.
- UpdateStoredViewMutationInputThe input object that defines the fields for the updateStoredView mutation.