Skip to content

Commit a8287d7

Browse files
committed
chore: add example.graphqlconfig file
1 parent 7b4e899 commit a8287d7

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

example.graphqlconfig

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "Webiny GraphQL Schema",
3+
"schemaPath": "schema.graphql",
4+
"excludes": ["packages/api**", "api/**"],
5+
"includes": ["packages/app*/src/**"],
6+
"extensions": {
7+
"endpoints": {
8+
"Webiny GraphQL Endpoint": {
9+
"url": "{YOUR_API_CDN_URL}/graphql",
10+
"headers": {
11+
"user-agent": "JS GraphQL"
12+
},
13+
"introspect": true
14+
}
15+
}
16+
}
17+
}

0 commit comments

Comments
 (0)