apollo-server
apollo-server copied to clipboard
🌍 Spec-compliant and production ready JavaScript GraphQL server that lets you develop in a schema-first way. Built for Express, Connect, Hapi, Koa, and more.
We intend to use some brand-new TS 4.7 features (variance annotations) so let's add https://github.com/sandersn/downlevel-dts to the build process so we can have dts files that work with older TypeScript....
This dependency is a pain because it makes it hard to test prerelease of Apollo Server. This will include: - [x] Seeing if we can get rid of the `Logger`...
We should probably change the default for `fieldLevelInstrumentation` to return false instead of true, and I think @glasser agrees. https://github.com/apollographql/apollo-server/blob/db0dcaa3a01ed04559f36a506b8eb985137851c4/packages/server/src/plugin/usageReporting/options.ts#L57 Since trace data could then be unexpectedly missing, we can...
The most basic functionality of creating a GraphQL server with `graphql-js` is "turn a schema and resolvers into something that can be executed", but `graphql-js` can't actually do this as...
As described in [the roadmap](https://github.com/apollographql/apollo-server/blob/main/ROADMAP.md), Apollo Server 4 will shift from the model of "9 web framework integrations maintained by a team who only uses one of them and nope,...
As described in [the roadmap](https://github.com/apollographql/apollo-server/blob/main/ROADMAP.md), Apollo Server 4 will shift from the model of "9 web framework integrations maintained by a team who only uses one of them and nope,...
As described in [the roadmap](https://github.com/apollographql/apollo-server/blob/main/ROADMAP.md), Apollo Server 4 will shift from the model of "9 web framework integrations maintained by a team who only uses one of them and nope,...
As described in [the roadmap](https://github.com/apollographql/apollo-server/blob/main/ROADMAP.md), Apollo Server 4 will shift from the model of "9 web framework integrations maintained by a team who only uses one of them and nope,...
As described in [the roadmap](https://github.com/apollographql/apollo-server/blob/main/ROADMAP.md), Apollo Server 4 will shift from the model of "9 web framework integrations maintained by a team who only uses one of them and nope,...
This is the main feature request tracking issue for adding `@defer` / `@stream` support to Apollo Server. More details will be broken out shortly.