INPUT_OBJECT
SearchOrder
Ordering options for Search connections
link GraphQL Schema definition
- input SearchOrder {
- # The ordering direction.
- : OrderDirection!
- # The field by which to order Searches.
- : SearchOrderField!
- }
INPUT_OBJECT
Ordering options for Search connections
- input SearchOrder {
- # The ordering direction.
- : OrderDirection!
- # The field by which to order Searches.
- : SearchOrderField!
- }