-
Notifications
You must be signed in to change notification settings - Fork 250
Expand file tree
/
Copy pathstore-execute.doc.ts
More file actions
38 lines (34 loc) · 1.08 KB
/
store-execute.doc.ts
File metadata and controls
38 lines (34 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
// This is an autogenerated file. Don't edit this file manually.
import {ReferenceEntityTemplateSchema} from '@shopify/generate-docs'
const data: ReferenceEntityTemplateSchema = {
name: 'store execute',
description: `Executes an Admin API GraphQL query or mutation on the specified store using previously stored app authentication.
Run \`shopify store auth\` first to create stored auth for the store.
Mutations are disabled by default. Re-run with \`--allow-mutations\` if you intend to modify store data.`,
overviewPreviewDescription: `Execute GraphQL queries and mutations on a store.`,
type: 'command',
isVisualComponent: false,
defaultExample: {
codeblock: {
tabs: [
{
title: 'store execute',
code: './examples/store-execute.example.sh',
language: 'bash',
},
],
title: 'store execute',
},
},
definitions: [
{
title: 'Flags',
description: 'The following flags are available for the `store execute` command:',
type: 'storeexecute',
},
],
category: 'store',
related: [
],
}
export default data