Skip to content

Commit e076bb0

Browse files
authored
Merge pull request #505 from AdobeDocs/nav-update
Add 2 mutations to left nav
2 parents b30c8d6 + 2754db6 commit e076bb0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/data/navigation/sections/graphql.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,14 @@ module.exports = [
239239
title: "createGuestCart",
240240
path: "/graphql/schema/cart/mutations/create-guest-cart/",
241241
},
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+
},
242250
{
243251
title: "mergeCarts",
244252
path: "/graphql/schema/cart/mutations/merge/",

0 commit comments

Comments
 (0)