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

It seems like our `pretest` script might not be necessary if `ts-jest`/`jest` were configured properly. My first suspicion starts with the `.js` imports - it seems like since these reference...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | |---|---| | got | [`9.6.0` -> `11.8.5`](https://renovatebot.com/diffs/npm/got/9.6.0/11.8.5) | ### GitHub Vulnerability Alerts #### [CVE-2022-33987](https://nvd.nist.gov/vuln/detail/CVE-2022-33987) The got package...

:christmas_tree: dependencies

## Description The following error shows up on the production server a lot. Reloading the server seems to make it stop but it always comes back after some time. >...

🧮 usage-reporting

In #5635 (probably AS3.2) we add the drainServer hook, a built-in ApolloServerPluginDrainHttpServer plugin that works on Node http.Servers, and a Hapi-specific `server.stop()` drain plugin. Figuring out exactly what to do...

Separate GET / POST route configuration for the HAPI server plugin and allow payload options to make their way through to the POST side without creating errors on the GET...

2021-12

As per #6027, the Apollo Server core team are no longer planning to maintain the `apollo-server-fastify` integration package. As I use Fastify with Apollo myself I thought I would have...

Adding hook to pass a function with access to request context to return a dynamic prefix for each key. This feature allows the developers to pass identifiers to the keys,...

As per other issues, the current recommended way to access the context when handling error in a plugin is to use the hook `didEncounterErrors`. Something similar to: ```typescript export const...

🔌 plugins

I'm trying to use implement GraphQL subscriptions using [graphql-ws](https://github.com/enisdenjo/graphql-ws) library and apollo-server-fastify. Logical middle step would be [fastify-websocket](https://github.com/fastify/fastify-websocket) library, but there is no good way to configure subscriptions end point...

This is to illustrate a potential solution to #3852. I assume we'll discuss more in the issue before merging, this is just for the sake of concreteness.

:memo: documentation
👩‍🚀 federation