mirror of
https://github.com/vale981/apollo-server
synced 2025-03-06 02:01:40 -05:00
corrected typo
This commit is contained in:
parent
20722fddf2
commit
27da6eaad7
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ module.exports = server.microGraphql({ schema: myGraphQLSchema });
|
|||
|
||||
## 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
|
||||
* **context**: the context value passed to resolvers during GraphQL execution
|
||||
|
|
Loading…
Add table
Reference in a new issue