Skip to content

Commit 566b982

Browse files
Update ApiVersion in graphqlrc to Oct 2025
1 parent 325d6af commit 566b982

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.graphqlrc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ function getConfig() {
88
projects: {
99
default: shopifyApiProject({
1010
apiType: ApiType.Admin,
11-
apiVersion: ApiVersion.July25,
11+
apiVersion: ApiVersion.October25,
1212
documents: ["./app/**/*.{js,ts,jsx,tsx}", "./app/.server/**/*.{js,ts,jsx,tsx}"],
1313
outputDir: "./app/types",
1414
}),

app/shopify.server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const shopify = shopifyApp({
2222
});
2323

2424
export default shopify;
25-
export const apiVersion = ApiVersion.July25;
25+
export const apiVersion = ApiVersion.October25;
2626
export const addDocumentResponseHeaders = shopify.addDocumentResponseHeaders;
2727
export const authenticate = shopify.authenticate;
2828
export const unauthenticated = shopify.unauthenticated;

0 commit comments

Comments
 (0)