From f059d4e6c4211196500264d7419de17be27844fc Mon Sep 17 00:00:00 2001 From: Eduardo Fortuna Date: Mon, 16 May 2022 09:02:19 -0500 Subject: [PATCH] Update Shopify Storefront API Version (#736) --- packages/shopify/codegen.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/shopify/codegen.json b/packages/shopify/codegen.json index 4b1dd2087..c82882c77 100644 --- a/packages/shopify/codegen.json +++ b/packages/shopify/codegen.json @@ -1,6 +1,6 @@ { "schema": { - "https://${NEXT_PUBLIC_SHOPIFY_STORE_DOMAIN}/api/2021-07/graphql.json": { + "https://${NEXT_PUBLIC_SHOPIFY_STORE_DOMAIN}/api/2022-04/graphql.json": { "headers": { "X-Shopify-Storefront-Access-Token": "${NEXT_PUBLIC_SHOPIFY_STOREFRONT_ACCESS_TOKEN}" }