apollo-server/packages/apollo-server-core
Hugh Willson dd86fa8a29 Re-enable Typescript esModuleInterop (#1699)
`esModuleInterop` was enabled in
e4164c8892
to help with importing from packages that use default exports.
Those changes were reverted in
https://github.com/apollographql/apollo-server/pull/1210
to work around a few reported issues. Those issues are no longer
relevant, so this commit re-enables `esModuleInterop`, and
updates all default imports to use the more common (standard)
import syntax.
2018-09-21 16:43:33 +03:00
..
src Re-enable Typescript esModuleInterop (#1699) 2018-09-21 16:43:33 +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 chore(deps): update dependency graphql-tools to v4 (#1698) 2018-09-20 17:13:03 +03:00
README.md fix README badge links and test imports (#1281) 2018-07-03 10:32:02 -07:00
tsconfig.json Use strict top-level tsconfig and fix type issues or override per-package 2018-08-11 16:45:03 +02: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.