SCALAR
Int
Built-in Int
link GraphQL Schema definition
- scalar Int
link Require by
- AlternativeAn alternative suggested product. Used within SuggestedRefinement
- BasketQuery: basket, returns Basket For all basket operations, there will be a default, unique API Basket name based on the user name. If a basket ID is not passed in, all operations will be performed on the default stored basket.
- BasketLineA single line item within a Basket
- BrowseResultQUERY: browse, returns BrowseResult The User would expect to see a list of subfolders or a list of products (possibly both) The query accepts a folder/category path to browse. Top level is '/'
- ConsignmentConsigment information
- DespatchedProductProducts within a Despatch
- FolderA representation of a folder
- Mutationnull
- OrderThe Order object returns all the information required when asking for information on an order
- OrderLineOrder line information
- OrderSearchParamsQUERY: orders, returns User Order History The user would expect to obtain a list of orders within the search as defined in the input params. QUERY: order, returns details for a specific order The user would expect to see all the order details for the given order ID
- ProductQUERY: product, returns Product The user would expect to obtain all the details on the given product
- RangeA price range. Used within SuggestedRefinement
- RefinementA more advanced way to search for products with more options.
- RefinementInputA more advanced way to search for products with more options.
- SearchResultGroupGrouping search results by folder with refinement details
- SimpleProductBasic product details. Doesn't offer sub-products (eg accessories) Products can include SimpleProducts. This avoids performance or recursive issues.