mirror of
https://github.com/vale981/apollo-server
synced 2025-03-06 10:11:40 -05:00
![]() - Actually call validationDidStart and parsingDidStart. - Use new graphql-extensions API which: - replaces fooDidEnd with a handler returned by fooDidStart - adds options to various methods - has a new willSendResponse method - requires you to construct the extension objects yourself (but make the external API for specifying extensions to ApolloServer be factories, because extensions are per request) - Make a better effort at consistently calling end handlers even on error |
||
---|---|---|
.. | ||
assets | ||
source | ||
.gitignore | ||
.nvmrc | ||
_config.yml | ||
package.json | ||
README.md |
Apollo Server docs
Read the docs at apollographql.com/docs/apollo-server.
To run the docs app locally:
npm install
npm start