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