GraphQL Schema Reference
BaseSortOrder ¶
The base/common sorting field that can be used for most connections
GraphQL Schema definition ¶
- input BaseSortOrder {
- #   The direction in which to order by the specified field
- : OrderDirection
- #   The field in which to order by
- : BaseSortField!
- }