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