-
I believe this project was built on an older version of `graphql-yoga` as `GraphQLServerLambda` is no longer an export of the `graphql-yoga` package. I get the following error:
```
TypeError: Grap…
-
### Describe the bug
I have a very simple dummy server with: Node.js + GraphQL + Apollo Server & Link that I'm migrating to Yoga Server & Link.
The Yoga version uses the same logic / idea as the…
-
The "[Quick start](https://the-guild.dev/graphql/yoga-server/docs)" page of the docs is confusing when starting a project from scratch. I was trying to experiment quickly with Yoga so I started a new …
TPXP updated
6 months ago
-
**Is your feature request related to a problem? Please describe.**
I have been picking up the [Fragment Arguments spec]() for GraphQL, however it is hard to find a good testbed for this outside of …
-
### Describe the bug
I am using the @graphql-yoga/plugin-sofa package to create a restful api with the @graphql-yoga/nestjs package in a nestjs graphql application. Unfortunately, mutations don't s…
-
GraphQL SDL provides a very convenient way to define your GraphQL schema – especially when starting out with a new project. I think it could be interesting for Yoga to allow a "schema-first" scaffoldi…
-
### Component(s)
router
### Component version
0.110.1, 0.118.0
### wgc version
0.62.0
### controlplane version
0.104.0
### router version
0.110.1, 0.118.0
### What happened?
## Description
…
-
### Describe the bug
We integrated GraphQL Yoga with the Koa server as documented here https://the-guild.dev/graphql/yoga-server/docs/integrations/integration-with-koa
and pass the Koa context lik…
-
This is probably an easy question but I have been struggling to get this to work :(
Using this example:
https://github.com/graphcool/graphql-yoga/tree/master/examples/lambda
except trying to …
-
## 📋 Summary
I suggest modifying how file-based GraphQL fragments are handled in tests by allowing fragments to be sourced from a dedicated `graphql-fragments` folder rather than the current `graph…