-
```ts
yoga({
schema,
graphiql: {
subscriptionsProtocol: "WS", // this does nothing
},
})
```
https://the-guild.dev/graphql/yoga-server/docs/features/subscriptions#graphql-over-webs…
-
### Describe the bug
When using `@graphql-yoga/plugin-response-cache` plugin, and following the documented example here: https://the-guild.dev/graphql/yoga-server/docs/features/response-caching#exter…
-
Will this boilerplate be updated to be using `apollo` 2 instead of `graphql-yoga`? Considering this discussion on the `graphql-yoga` repo: https://github.com/prisma/graphql-yoga/issues/449#issuecommen…
-
Hello,
I am having an issue with using the generated PrismaTypes in my graphql server instance using graphql-yoga.
When i am running the remix application with npm run dev, then the types are set …
-
I needed subscriptions in my project and in the end had to make a different server for graphql yoga because graphql-ws subscriptions wouldn't work with Elysia.
The main issues are:
1. Elysia webs…
-
### Describe the bug
On installing the prometheus plugin, subscriptions fail with the error:
```bash
65 | return undefined;
66 | },
67 | onParse() {
68 | …
-
- [ ] Migrate GraphQL Implementation to GraphQL Helix
https://the-guild.dev/graphql/yoga-server
-
Should probably be its own package with bindings anyway.
-
### Describe the bug
Hey guys,
First, I apologize for not setting up a codesandbox for this, the setup alone would take hours in my current config. So I'm really wondering if you guys might have…
-
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…