-
# Motivation
When trying to implement a GraphQL server for node.js, developers often need to make a decision about what implementation they can use (from a wide range of options including yoga1). T…
-
When adding a middleware to either `graphql-yoga` or to `apollo-server`, such as `graphql-shield`, and throwing an error on purpose in one of the resolvers, the middleware catches the Error and the or…
-
**Is your feature request related to a problem? Please describe.**
I have a TypeScript project with `exactOptionalPropertyTypes: true`. When I use `graphql-yoga`, I get a `tsc` error because Yoga’s…
-
Found on https://the-guild.dev/graphql/yoga-server/docs/features/apollo-federation
-
### What version of Bun is running?
1.0.7+b0393fba6200d8573f3433fb0af258a0e33ac157
### What platform is your computer?
Linux 6.5.6-arch2-1-g14 x86_64
### What steps can reproduce the bug?
I'm swi…
-
### Describe the bug
Version 4.0.4
### Your Example Website or App
None
### Steps to Reproduce the Bug or Issue
Install 4.0.4 in a TS project, and try to pass a GraphQLSchema to the schema op…
-
Example (from the [graphql-yoga][1] project): [link][3].
Definition of docstring: [link][2].
[1]: https://github.com/prisma/graphql-yoga
[2]: https://www.apollographql.com/docs/resources/graphq…
-
I wanted to create delegated `PROOF` that can be used to create spaces and upload car files. I used `ucan-key ed --json` to create the `audienceDid` and `privateKey` and I used the `audienceDid` in `w…
-
I am a bit confused. If I understand this right, I can use this link on my Yoga server to cache and batch requests towards the Prisma. But where do I actually initialise this? This is the code for ini…
-
What is the best practice for testing projects based on graphql-yoga?
Is there any examples?