Skip to content

Commit

Permalink
chore: add example.graphqlconfig file
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel910 committed Sep 18, 2020
1 parent 7b4e899 commit a8287d7
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions example.graphqlconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "Webiny GraphQL Schema",
"schemaPath": "schema.graphql",
"excludes": ["packages/api**", "api/**"],
"includes": ["packages/app*/src/**"],
"extensions": {
"endpoints": {
"Webiny GraphQL Endpoint": {
"url": "{YOUR_API_CDN_URL}/graphql",
"headers": {
"user-agent": "JS GraphQL"
},
"introspect": true
}
}
}
}

0 comments on commit a8287d7

Please sign in to comment.