SCALAR
String
Built-in String
link GraphQL Schema definition
- scalar String
link Require by
- AccountDetailsnull
- AddressAddress information
- AddressInputnull
- 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.
- BasketDeliveryDetailsMutation: addbasketshippinginfo, returns Basket uses input type BasketShippingInfo to pass in all the shipping information the basket needs for placing an order
- 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 '/'
- checkoutDataMutation: createAndOrderAzureSubscription, returns Basket uses input type ms related product the basket needs for placing an order
- CompareLinenull
- DeliveryContactDetailsMutation: addbasketshippinginfo, returns Basket Mainly used to separate the contact details in the supplied input (avoiding every field being top-level)
- 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
- PriceA price, which includes currency code and net (default) and gross values. You may prefer to use this rather than the separate priceInc, priceExc, currency fields originally defined, and retained for backwards compatibility where they already existed.
- ProductQUERY: product, returns Product The user would expect to obtain all the details on the given product
- ProductImagesnull
- ProductListMutation: placeorder, returns Order uses input type ProductList and BasketDeliveryDetails to pass in all the shipping information the basket needs for placing an order
- ProductMediasnull
- ProductSpecificationnull
- ProductSpecificationGroupnull
- Query Root Query
- Rangenull
- Refinementnull
- RefinementInputnull
- SearchParamsThe input type for the search query
- SearchResultGroupGrouping search results by folder with refinement details
- SearchResultParamsA convenience type to echo the SearchParams back in the results
- SimpleProductBasic product details. Doesn't offer sub-products (eg accessories) Products can include SimpleProducts. This avoids performance or recursive issues.
- SortSpecA map of suggested sort options
- SuggestedRefinementnull
- UserUser information.
- __Directivenull
- __EnumValuenull
- __Fieldnull
- __InputValuenull
- __SchemaA GraphQL Introspection defines the capabilities of a GraphQL server. It exposes all available types and directives on the server, the entry points for query, mutation, and subscription operations.
- __Typenull