apollo-server/docs
David Glasser 7444904518 Update for graphql-extensions@0.1.0 API
- 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
2018-05-31 00:14:59 -07:00
..
assets Add additional docs files 2017-10-16 17:15:08 -07:00
source Update for graphql-extensions@0.1.0 API 2018-05-31 00:14:59 -07:00
.gitignore Start ignoring _redirects again, since it's dynamically generated. 2018-05-01 21:37:16 -07:00
.nvmrc [docs] Update Hexo dependencies for cross-repo consistency. (#815) 2018-02-28 13:22:07 +02:00
_config.yml Temporarily remove version 2. 2018-05-11 15:53:06 -07:00
package.json chore(deps): update dependency hexo-server to v0.3.2 2018-05-11 15:54:20 -07:00
README.md [docs] Use package-based Hexo theme, rather than a Git submodule. (#869) 2018-03-12 21:13:22 +02:00

Apollo Server docs

Read the docs at apollographql.com/docs/apollo-server.

To run the docs app locally:

npm install
npm start