OBJECT
Basket
link GraphQL Schema definition
- type Basket {
- #
- Boolean! :
- #
- ID! :
- #
- String! :
- #
- DateTime :
- #
- DateTime :
- #
- BasketOwner :
- #
- #
- # Arguments
- # pagination: [Not documented]
- PaginationFilterInput): [BasketItem!]! ( :
- #
- BasketCost! :
- #
- Voucher!]! : [
- #
- DeliveryAddress :
- # Returns selected payment for current basket.
- PaymentInterface :
- # Returns selected delivery method for current basket.
- DeliveryMethodInterface :
- }