apollo-server/packages/apollo-server-core
Evans Hauser e0f7052fb1
Errors Lifecycle: user extensions > engine reporting > formatError (#1272)
* enable willSendResponse to return a modified response

* add formatError as an extension that wraps engine reporting

* ensure that formatError once on every error path

* move old formatError express tests into integration suite

* add error lifecycle with minimal engine reporting check

* increase granularity of formatError test

* return 400 error for GraphQL error created by context

* add check for internal server error for errors thrown in context

* comment about context error status code
2018-06-29 10:36:52 -07:00
..
src Errors Lifecycle: user extensions > engine reporting > formatError (#1272) 2018-06-29 10:36:52 -07:00
.npmignore include readme for npm packages 2017-10-23 15:13:31 -07:00
CHANGELOG.md Apollo Server 2:Automatic Persisted Queries (#1149) 2018-06-11 15:44:20 -07:00
package.json Import graphql-extensions+apollo-engine-reporting/no global apollo-server-env (#1259) 2018-06-27 16:29:00 -07:00
README.md Update CHANGELOG for all releases back to v1.1.3 (#915) 2018-03-27 09:22:13 -07:00
tsconfig.json Specify full path in tsconfig imports 2018-06-14 11:57:30 -07:00

apollo-server-core

This is the core module of the Apollo community GraphQL Server. Read the docs. Read the CHANGELOG.