SCALAR
ID
Built-in ID
link GraphQL Schema definition
- scalar ID
link Require by
- 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.
- 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.
- Mutation Root Mutation
- OrderThe Order object returns all the information required when asking for information on an order
- ProductQUERY: product, returns Product The user would expect to obtain all the details on the given product
- Query Root Query
- SimpleProductBasic product details. Doesn't offer sub-products (eg accessories) Products can include SimpleProducts. This avoids performance or recursive issues.
- UserUser information.