From e3dee2c90438390abe5053e3275e785cd43308d0 Mon Sep 17 00:00:00 2001 From: Ron Dopaz Date: Sat, 2 Dec 2023 00:56:34 +0200 Subject: [PATCH] Updated graphql api version --- lib/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/constants.ts b/lib/constants.ts index 56bc6cd12..01edd3c87 100644 --- a/lib/constants.ts +++ b/lib/constants.ts @@ -28,4 +28,4 @@ export const TAGS = { export const HIDDEN_PRODUCT_TAG = 'nextjs-frontend-hidden'; export const DEFAULT_OPTION = 'Default Title'; -export const SHOPIFY_GRAPHQL_API_ENDPOINT = '/api/2023-01/graphql.json'; +export const SHOPIFY_GRAPHQL_API_ENDPOINT = '/api/2023-10/graphql.json';