OBJECT
BigBox
QuMutationery: refreshbigbox, returns BigBox. Also can be retrieved as a Basket field. Allows all the Big Box service options, delivery dates, availability and prices to be shown for big box products.
link GraphQL Schema definition
- type BigBox {
- # Each Big Box item can be offered with a number of services such as recycling
- # and installation
- : [BigBoxService]
- # They also come with a number of available delivery dates and time slots all at
- # different prices
- : BigBoxDelivery
- # If an order contains big box items that are not currently available to order,
- # then a list of preferences can be applied to
- # automatically order the product when it becomes available
- : [BigBoxDeliveryPreference]
- }