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