Skip to content

Commit ac6e796

Browse files
committed
implement mutation support for BulkOps CLI command
1 parent 3784bae commit ac6e796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/src/cli/flags.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export const appFlags = {
3838
export const bulkOperationFlags = {
3939
query: Flags.string({
4040
char: 'q',
41-
description: 'The GraphQL query, as a string.',
41+
description: 'The GraphQL query or mutation, as a string.',
4242
env: 'SHOPIFY_FLAG_QUERY',
4343
required: true,
4444
}),

0 commit comments

Comments
 (0)