-
**Is your feature request related to a problem? Please describe.**
Our GraphQL API uses Content-Type for versioning, e.g. the client requests 'application/rescomms-0.11.0+json' (or a few API versio…
-
Hi, Just found this great library, thank you for creating it!
I wondered what is the use case for the people using this library and if that use case can be answered by the new GraphQL Yoga v3 versi…
-
**Is your feature request related to a problem? Please describe.**
Currently `@graphql-yoga/plugin-jwt` is incompatible with most edge runtimes as it relies heavily on nodejs internals not availabl…
aarne updated
2 weeks ago
-
We should teach people that this is the recommended way of dealing with AsyncGenerators as it solves a lot of leak issues.
- https://the-guild.dev/graphql/yoga-server/docs/features/subscriptions#qu…
-
#### Description
- Seems like this wont work on GraphQL Yoga, but upon setting it up there are no errors
- Already tried putting the Socket.io config after server.start but no luck
```js
const…
-
### What version of Bun is running?
1.0.6+969da088f5db3258a803ec186012e30f992829b4
### What platform is your computer?
Darwin 22.6.0 arm64 arm
### What steps can reproduce the bug?
This…
-
This is the first step towards a really cool feature: real-time sync.
The goal is to have a real-time multi-players experience soon.
Building a first version shouldn't be too complex as the project …
-
Linked from: https://github.com/dotansimha/graphql-yoga/issues/3284
I need to support APQs in Mesh. For this I've added the `useAPQ` Envelop plugin from Yoga.
The request passes through when I hav…
-
**Describe the bug**
Generated resolvers for module where the type originates require non-nullable extended fields to be defined there -- even though there's no mention of those fields in the origina…
-
**Describe the bug**
Seems to be related to this issue https://github.com/Urigo/graphql-modules/issues/2460
If I setup a module application running through yoga the context in the schema directi…