mirror of
https://github.com/vale981/apollo-server
synced 2025-03-06 02:01:40 -05:00
![]() * Add BadUserInputError and TransientError as extensions of ApolloError * remove TransientError * update test so that properties end up under `error.extensions.exception` * update documentation to talk about BadUserInputError * check for properties after formatApolloErrors has been called * fixed highlighted lines for docs * export BadUserInputError from `apollo-server` * fixed highlighted lines for docs * export BadUserInputError from `apollo-server` * update changelog |
||
---|---|---|
.. | ||
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