GraphQL INPUT_OBJECT
WebFileSearchOrderByInputGraphType
Input for ordering at web file search.
link Definition
- input WebFileSearchOrderByInputGraphType {
- # The field to order the entries by.
- : WebFileSearchOrderByField
- # The ordering direction.
- : SearchOrderOperator
- }