Skip to content

Commit bbc5c8f

Browse files
committed
Update gql docs with --api-version argument
1 parent 592be89 commit bbc5c8f

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -191,12 +191,13 @@ Run a GraphQL query against the Admin API
191191
If query-file.graphql is not given query is read from stdin
192192

193193
OPTIONS:
194-
--verbose Output Shopify API request/response (default: false)
195-
--shop value Shopify domain or shop name to perform command against [$SHOPIFY_SHOP]
196-
--api-password value Shopify API password [$SHOPIFY_API_PASSWORD]
197-
--access-token value Shopify access token for shop [$SHOPIFY_ACCESS_TOKEN, $SHOPIFY_API_TOKEN]
198-
--api-key value Shopify API key to for shop [$SHOPIFY_API_KEY]
199-
--help, -h show help (default: false)
194+
--verbose Output Shopify API request/response (default: false)
195+
--shop value Shopify domain or shop name to perform command against [$SHOPIFY_SHOP]
196+
--api-password value Shopify API password [$SHOPIFY_API_PASSWORD]
197+
--access-token value Shopify access token for shop [$SHOPIFY_ACCESS_TOKEN, $SHOPIFY_API_TOKEN]
198+
--api-key value Shopify API key to for shop [$SHOPIFY_API_KEY]
199+
--api-version value, -a value API version to use; default is a versionless call
200+
--help, -h show help (default: false)
200201

201202
#### ScriptTags
202203

0 commit comments

Comments
 (0)