SCALAR
Float
Built-in Float
link GraphQL Schema definition
- scalar Float
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.
- BasketLineA single line item within a Basket
- Mutationnull
- OrderThe Order object returns all the information required when asking for information on an order
- OrderLineOrder line information
- PriceA price, which includes currency code and net (default) and gross values. You may prefer to use this rather than the separate price_inc, price_exc, 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
- SimpleProductBasic product details. Doesn't offer sub-products (eg accessories) Products can include SimpleProducts. This avoids performance or recursive issues.