-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.graphqlconfig
43 lines (43 loc) · 1.03 KB
/
.graphqlconfig
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
{
"name": "Untitled GraphQL Schema",
"schemaPath": "schema.graphql",
"extensions": {
"endpoints": {
"Mocked GraphQL Endpoint": {
"url": "http://localhost:9002/graphql",
"headers": {
"user-agent": "JS GraphQL"
},
"introspect": false
},
"ServerGraphQL:RC": {
"url": "http://172.19.1.157:29100/graphql",
"headers": {
"user-agent": "JS GraphQL"
},
"introspect": false
},
"ServerGraphQL:Kidal": {
"url": "http://172.19.1.201:29100/graphql",
"headers": {
"user-agent": "JS GraphQL"
},
"introspect": false
},
"ServerGraphQL:WK": {
"url": "http://172.19.1.20:29100/graphql",
"headers": {
"user-agent": "JS GraphQL"
},
"introspect": false
},
"ServerGraphQL:LH": {
"url": "http://172.19.1.18:29100/graphql",
"headers": {
"user-agent": "JS GraphQL"
},
"introspect": false
}
}
}
}