-
Notifications
You must be signed in to change notification settings - Fork 1
/
apollo-codegen-config.json
51 lines (51 loc) · 1.2 KB
/
apollo-codegen-config.json
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
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"schemaNamespace": "ShopifyAPI",
"options": {
"cocoapodsCompatibleImportStatements": true,
"pruneGeneratedFiles": true
},
"input": {
"operationSearchPaths": [
"**/*.graphql",
"**/*.common.graphql",
"!**/*.admin.graphql"
],
"schemaSearchPaths": [
"**/schema.json"
]
},
"output": {
"testMocks": {
"none": {}
},
"schemaTypes": {
"path": "./Shopify-ITI-SDK/ShopifyAPI",
"moduleType": {
"embeddedInTarget": {
"name": "Shopify-ITI-SDK",
"accessModifier": "public"
}
}
},
"operations": {
"inSchemaModule": {}
}
},
"schemaDownloadConfiguration": {
"downloadMethod": {
"introspection": {
"endpointURL": "https://18c640d114bd302801f792ba0f7432aa:74fc3fc4ffb7889a033a7ab71b34499d@mad43-alex-ios-team1.myshopify.com/api/2023-04/graphql.json",
"httpMethod": {
"POST": {}
},
"includeDeprecatedInputValues": false,
"outputFormat": "SDL"
}
},
"downloadTimeout": 60,
"headers": [
"X-Shopify-Storefront-Access-Token: 74fc3fc4ffb7889a033a7ab71b34499d"
],
"outputPath": "./GraphqlSchemas/"
}
}