apollo-server/docs/source/essentials
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
..
data.md docs: Update blog URLs to reference blog.apollographql.com. 2018-07-13 16:39:42 -07:00
querying.md Restructured essentials (#1019) 2018-05-02 06:49:49 -07:00
schema.md docs: remove GraphiQL and old migration guides 2018-06-13 14:02:49 -07:00
server.md Re-enable Typescript esModuleInterop (#1699) 2018-09-21 16:43:33 +03:00