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