You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/shopify_partner/shopify_partner.app.mjs
+7-3
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,16 @@
1
1
import"graphql/language/index.js";
2
2
import{GraphQLClient}from"graphql-request";
3
3
4
+
exportconstPARTNER_API_VERSION="2024-10";
5
+
4
6
exportdefault{
5
7
type: "app",
6
8
app: "shopify_partner",
7
9
propDefinitions: {
8
10
appId: {
9
11
type: "string",
10
-
description: "Open your app in the partner portal, and look at the URL to find its ID. If your URL is *https://partners.shopify.com/3027494/apps/51358007297/overview*, enter `51358007297` here.",
12
+
description:
13
+
"Open your app in the partner portal, and look at the URL to find its ID. If your URL is *https://partners.shopify.com/3027494/apps/51358007297/overview*, enter `51358007297` here.",
11
14
label: "Shopify App ID",
12
15
reloadProps: true,
13
16
},
@@ -45,7 +48,8 @@ export default {
45
48
value: "backward",
46
49
},
47
50
],
48
-
description: "Which direction to paginate through records. Forwards will only look into the future, whereas backwards will comb through all records.",
51
+
description:
52
+
"Which direction to paginate through records. Forwards will only look into the future, whereas backwards will comb through all records.",
0 commit comments