apollo-server icon indicating copy to clipboard operation
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.

Results 227 apollo-server issues
Sort by recently updated
recently updated
newest added

Usage reporting seems very incomplete without knowing the usage of input fields. The variable reporting is insufficient for the use case of checking apollo studio to see whether a deprecated...

### Issue Description As I was working on improving the `@defer` support for Next.js in https://github.com/apollo-server-integrations/apollo-server-integration-next/pull/204 I noticed that when I viewed the Preview pane in Chrome devtools, it was...

The test-suite is great to ensure that an Apollo server integration is working well. However, as far as I'm aware, it does not include tests for subscription support. Would be...

### Issue Description When you run the canonical code from: https://github.com/CosmicDNA/neo4j-graphql-example-nextjs/tree/5385e091ce68004de94bda184c940e69a09c7dee, with `yarn run dev` and go to `/api/graphql` path, the following error is thrown: ```terminal ⨯ Error: Cannot use...

### Issue Description When a query contains multiple operations and more than one fails only one error is returned. My expectation is that all errors should be returned ### Link...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@apollo/gateway](https://redirect.github.com/apollographql/federation) ([source](https://redirect.github.com/apollographql/federation/tree/HEAD/gateway-js/)) | [`2.8.4` -> `2.8.5`](https://renovatebot.com/diffs/npm/@apollo%2fgateway/2.8.4/2.8.5) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@apollo%2fgateway/2.8.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

:christmas_tree: dependencies

### Issue Description Title is descriptive: https://github.com/apollographql/apollo-server/blob/main/packages/server/src/express4/index.ts#L22 Reproduce it: ```ts const server = new ApolloServer({ ... }); expressMiddleware(server) // fails if I have a mandatory variable in my CustomContext because...

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...