GraphQL INPUT_OBJECT
ClientSearchOrderByInput
Input for order by at client search.
link Definition
- input ClientSearchOrderByInput {
- # The field to order the entries by.
- : ClientSearchOrderByField
- # The ordering direction.
- : SearchOrderOperator
- }
GraphQL INPUT_OBJECT
Input for order by at client search.
- input ClientSearchOrderByInput {
- # The field to order the entries by.
- : ClientSearchOrderByField
- # The ordering direction.
- : SearchOrderOperator
- }