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.
### Issue Description We see 502 errors when an apollo-server pod is gracefully terminated in k8s. We host apollo-server in EKS and expose it using AWS ALBs. AWS provides a...
`@apollo/server` has express v4 as a dependency. After several years, express is moving forward with releasing v5 (currently published as `next` tag). Having support for v5 here would unblock and...
### Issue Description apollo-server-express dependency on body-parser
`@defer`/`@stream` [are experimentally supported by Apollo Server V4](https://www.apollographql.com/docs/apollo-server/workflow/requests/#incremental-delivery-experimental). But the [June 2023 spec](https://github.com/graphql/defer-stream-wg/discussions/69) is not yet supported. Ideally, the server could respond in either format based on the value of...
First, 🌠 thank you 🌠 for taking the time to consider a contribution to Apollo! Here are some important details to follow: * ⏰ Your time is important To save...
Include integration with Google Cloud Functions This was documented in v3 but disappeared from the list of integrations in v4. Googling for it was, ironically, an exercise in frustration. Eventually...
Hello 👋 I'm from [The Guild](https://the-guild.dev/) and I want to propose updating the [Generating TS types](https://www.apollographql.com/docs/apollo-server/workflow/generate-types) to use the [Server Preset](https://the-guild.dev/graphql/codegen/docs/guides/graphql-server-apollo-yoga-with-server-preset) instead of the current setup. This is now our...