apollo-server/packages/apollo-server-core
Jesse Rosenberger f1bc734377
Import specifically createHash, rather than * as crypto from crypto.
This silences the deprecation messages which have been showing up in recent
local development on the new request pipeline work.  e.g.:

> ```
> [DEP0010] DeprecationWarning: crypto.createCredentials is deprecated.
>   Use tls.createSecureContext instead.
> [DEP0011] DeprecationWarning:
>   crypto.Credentials is deprecated. Use tls.SecureContext instead.
> ```
2018-10-04 23:25:07 +03:00
..
src Import specifically createHash, rather than * as crypto from crypto. 2018-10-04 23:25:07 +03: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 Remove hash.js dependency and re-enable noUnusedLocals 2018-09-27 16:46:45 +03:00
README.md fix README badge links and test imports (#1281) 2018-07-03 10:32:02 -07:00
tsconfig.json Remove hash.js dependency and re-enable noUnusedLocals 2018-09-27 16:46:45 +03:00

apollo-server-core

npm version Build Status

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