We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0743817 commit 24bff60Copy full SHA for 24bff60
packages/app/src/cli/utilities/execute-command-helpers.ts
@@ -65,7 +65,7 @@ export async function prepareExecuteContext(
65
if (!query) {
66
throw new AbortError(
67
'No query provided. Use the --query flag or pipe input via stdin.',
68
- `Example: echo "query { shop { name } }" | shopify app ${commandName}`,
+ `Example: echo "query { ... }" | shopify app ${commandName}`,
69
)
70
}
71
0 commit comments