Skip to content

Commit da6896e

Browse files
committed
Fetch 2025-01 SF API schema using npm run schema:fetch
1 parent e472420 commit da6896e

File tree

4 files changed

+9074
-6883
lines changed

4 files changed

+9074
-6883
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"lint": "eslint --max-warnings 0 -c .eslintrc.json $(yarn run lint:reporter-args 2>&1 >/dev/null) src/ test/",
2929
"lint:reporter-args": "test -n \"${CI}\" && >&2 echo -o $CIRCLE_TEST_REPORTS/junit/eslint.xml -f junit",
3030
"print-start-message": "wait-on file:.tmp/test/index.html file:.tmp/test/tests.js tcp:35729 tcp:4200 && echo \"\n\n⚡️⚡️⚡️ Good to go at http://localhost:4200 ⚡️⚡️⚡️\"",
31-
"schema:fetch": "graphql-js-schema-fetch --url 'https://graphql.myshopify.com/api/2024-04/graphql.json' --header 'X-Shopify-Storefront-Access-Token: 595005d0c565f6969eece280de85edb5' | jq '.' > schema.json",
31+
"schema:fetch": "graphql-js-schema-fetch --url 'https://graphql.myshopify.com/api/2025-01/graphql.json' --header 'X-Shopify-Storefront-Access-Token: 595005d0c565f6969eece280de85edb5' | jq '.' > schema.json",
3232
"minify-umd:optimized": "babel-minify index.umd.js > index.umd.min.js",
3333
"minify-umd:unoptimized": "babel-minify index.unoptimized.umd.js > index.unoptimized.umd.min.js"
3434
},

0 commit comments

Comments
 (0)