GraphQL INPUT_OBJECT
CatalogSearchParameters
Search parameters for the catalog.
link Definition
- input CatalogSearchParameters {
- # Maximum number of items that should be retrieved.
- : Int
- # Starting index for retrieving the items.
- : Int
- # Logical operator for search.
- : LogicalOperator
- # Input for ordering the result before applying the offset.
- : [CatalogSearchOrderByInput]
- # ID of the client to which this catalog belongs to.
- : NumericIdSearchRelationInput
- # Name of the catalog.
- : StringSearchRelationInput
- }