|
19 | 19 | - label: Mutations
|
20 | 20 | url: /graphql/mutations.html
|
21 | 21 |
|
| 22 | + - label: GraphQL Caching |
| 23 | + url: /graphql/caching.html |
| 24 | + |
22 | 25 | - label: Development
|
23 | 26 | children:
|
24 | 27 | - label: Define the GraphQL schema for a module
|
|
27 | 30 | - label: Resolvers
|
28 | 31 | url: /graphql/develop/resolvers.html
|
29 | 32 |
|
| 33 | + - label: Identity class |
| 34 | + url: /graphql/develop/identity-class.html |
| 35 | + |
30 | 36 | - label: Create a custom urlResolver service
|
31 | 37 | url: /graphql/develop/create-custom-url-resolver.html
|
32 | 38 |
|
@@ -80,8 +86,48 @@ pages:
|
80 | 86 | - label: GroupedProduct endpoint
|
81 | 87 | url: /graphql/reference/grouped-product.html
|
82 | 88 |
|
83 |
| - - label: Quote endpoint |
| 89 | + - label: Quote endpoint (cart query) |
84 | 90 | url: /graphql/reference/quote.html
|
| 91 | + children: |
| 92 | + |
| 93 | + - label: addSimpleProductsToCart mutation |
| 94 | + url: /graphql/reference/quote-add-simple-products.html |
| 95 | + |
| 96 | + - label: addVirtualProductsToCart mutation |
| 97 | + url: /graphql/reference/quote-add-virtual-products.html |
| 98 | + |
| 99 | + - label: applyCouponToCart mutation |
| 100 | + url: /graphql/reference/quote-apply-coupon.html |
| 101 | + |
| 102 | + - label: createEmptyCart mutation |
| 103 | + url: /graphql/reference/quote-create-cart.html |
| 104 | + |
| 105 | + - label: placeOrder mutation |
| 106 | + url: /graphql/reference/quote-place-order.html |
| 107 | + |
| 108 | + - label: removeCouponFromCart mutation |
| 109 | + url: /graphql/reference/quote-remove-coupon.html |
| 110 | + |
| 111 | + - label: removeItemFromCart mutation |
| 112 | + url: /graphql/reference/quote-remove-item.html |
| 113 | + |
| 114 | + - label: setBillingAddressesOnCart mutation |
| 115 | + url: /graphql/reference/quote-set-billing-address.html |
| 116 | + |
| 117 | + - label: setGuestEmailOnCart mutation |
| 118 | + url: /graphql/reference/quote-set-guest-email.html |
| 119 | + |
| 120 | + - label: setPaymentMethodOnCart mutation |
| 121 | + url: /graphql/reference/quote-payment-method.html |
| 122 | + |
| 123 | + - label: setShippingAddressesOnCart mutation |
| 124 | + url: /graphql/reference/quote-set-shipping-address.html |
| 125 | + |
| 126 | + - label: setShippingMethodsOnCart mutation |
| 127 | + url: /graphql/reference/quote-shipping-method.html |
| 128 | + |
| 129 | + - label: updateCartItems mutation |
| 130 | + url: /graphql/reference/quote-update-cart-items.html |
85 | 131 |
|
86 | 132 | - label: Sales endpoint
|
87 | 133 | url: /graphql/reference/sales.html
|
|
0 commit comments