GraphQL INPUT_OBJECT
DepartmentSearchOrderByInput
Input for order by.
link Definition
- input DepartmentSearchOrderByInput {
- # The field to order the entries by.
- DepartmentSearchOrderByField :
- # The ordering direction.
- SearchOrderOperator :
- }