We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b30c8d6 + 2754db6 commit e076bb0Copy full SHA for e076bb0
src/data/navigation/sections/graphql.js
@@ -239,6 +239,14 @@ module.exports = [
239
title: "createGuestCart",
240
path: "/graphql/schema/cart/mutations/create-guest-cart/",
241
},
242
+ {
243
+ title: "estimateShippingMethods",
244
+ path: "/graphql/schema/cart/mutations/estimate-shipping-methods/",
245
+ },
246
247
+ title: "estimateTotals",
248
+ path: "/graphql/schema/cart/mutations/estimate-totals/",
249
250
{
251
title: "mergeCarts",
252
path: "/graphql/schema/cart/mutations/merge/",
0 commit comments