mirror of
https://github.com/vale981/apollo-server
synced 2025-03-06 02:01:40 -05:00
Merge branch 'master' into update-koa-example
This commit is contained in:
commit
a076fea894
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ module.exports = server.microGraphql({ schema: myGraphQLSchema });
|
||||||
|
|
||||||
## Options
|
## Options
|
||||||
|
|
||||||
Apollo Server can be configured with an options object with the the following fields:
|
Apollo Server can be configured with an options object with the following fields:
|
||||||
|
|
||||||
* **schema**: the GraphQLSchema to be used
|
* **schema**: the GraphQLSchema to be used
|
||||||
* **context**: the context value passed to resolvers during GraphQL execution
|
* **context**: the context value passed to resolvers during GraphQL execution
|
||||||
|
|
Loading…
Add table
Reference in a new issue