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

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [next-auth](https://next-auth.js.org) ([source](https://togithub.com/nextauthjs/next-auth)) | [`4.23.2` -> `4.24.7`](https://renovatebot.com/diffs/npm/next-auth/4.23.2/4.24.7) |...

dependencies

[![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](https://www.typescriptlang.org/) ([source](https://togithub.com/Microsoft/TypeScript)) | [`5.1.6` -> `5.4.5`](https://renovatebot.com/diffs/npm/typescript/5.1.6/5.4.5) |...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---|---|---| | [node](https://togithub.com/nodejs/node) | final...

dependencies

This upgrades all dependencies in the GraphiQL package. In doing so, I had to partially re-patch the `@graphiql/react` dep. It was unclear to me whether the full patch was still...

**Is your feature request related to a problem? Please describe.** We want to use async/await to call a remote service in `extractPersistedOperationId`, but the current interface only allows a synchronous...

### Describe the bug When making request to Yoga with invalid mutlipart headers an error bubbles up all the way to the top and results in a **500**, It looks...

stage/1-reproduction
kind/bug

This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....

### Describe the bug Originally posted over on sveltekit https://github.com/sveltejs/kit/issues/10940 As mentioned there using yoga in sveltekit since 1.27.1 results in: ``` Error: Invalid response from route /graphql: handler should...

stage/1-reproduction
kind/bug

JWT verification can fail for multiple reason, surface the underlying cause to aid debugging.