graphql-yoga icon indicating copy to clipboard operation
graphql-yoga copied to clipboard

🧘 Rewrite of a fully-featured GraphQL Server with focus on easy setup, performance & great developer experience. The core of Yoga implements WHATWG Fetch API and can run/deploy on any JS environment...

Results 232 graphql-yoga issues
Sort by recently updated
recently updated
newest added

### Describe the bug I was going to take care of https://github.com/dotansimha/graphql-yoga/issues/2650 by adding support for additional Graphiql context configs. As part of that, I cloned the repo, ran `pnpm...

### Describe the bug File upload with yoga and nextjs works fine if its app router, but in pages legacy router it does not work as expected ... while using...

stage/1-reproduction
kind/bug

This should help us avoid running into the rate limit error, as there's no reason to spam the JWKS endpoint if we already have it available: ```sh ERR JwksRateLimitError: Too...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/typescript-eslint) ([source](https://togithub.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`6.7.5` -> `6.21.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/6.7.5/6.21.0) |...

dependencies

I noticed the `JwksClient` from `jwks-rsa` has quite a few options which are not made available in the `useJWT` config properties. For my particular use case, I was wanting access...

I'm creating this issue to explore the possibility of developing a spec for support gRPC as underlaying protocol

kind/enhancement

**The problem** The fact that the `graphiql` playground is disabled based on the `NODE_ENV` variable is not mentionned in the documentation **Proposed solution** Add a Callout in `src/pages/docs/features/graphiql.mdx` in the...

kind/docs
good first issue

fixes bun integration issues where the context is shared between all requests.

### Describe the bug the expansion of the auth directive function is employed, whereby each procurement of authorization is identical, as though it has been cached. ```javascript import { getDirective,...

stage/0-issue-prerequisites

### Describe the bug graphql-yoga, "@whatwg-node/fetch" package dependency is set to "^0.9.7". When "@whatwg-node/fetch" is updated to version "0.9.15", graphql-yoga breaks and random data is output from the graphql endpoint....