SCALAR
Int
Built-in Int
link GraphQL Schema definition
- scalar Int
link Require by
- AccountDetailsnull
- Alternativenull
- 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.
- BasketLinenull
- BasketResultWithMessageQuery: basket, returns BasketResultWithMessage 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.
- 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 '/'
- Foldernull
- Mutation Root Mutation
- 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
- ProductListMutation: placeorder, returns Order uses input type ProductList and BasketDeliveryDetails to pass in all the shipping information the basket needs for placing an order
- Rangenull
- Refinementnull
- RefinementInputnull
- 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.