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

Split up your GraphQL resolvers in middleware functions

Results 54 graphql-middleware 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 | |---|---|---|---|---|---| | [husky](https://typicode.github.io/husky) ([source](https://togithub.com/typicode/husky)) | [`^6.0.0` -> `^8.0.1`](https://renovatebot.com/diffs/npm/husky/6.0.0/8.0.1) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ts-node](https://typestrong.org/ts-node) ([source](https://togithub.com/TypeStrong/ts-node)) | [`^9.1.1` -> `^10.9.1`](https://renovatebot.com/diffs/npm/ts-node/9.1.1/10.9.1) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [bob-esbuild-cli](https://togithub.com/PabloSzx/bob-esbuild) | [`^1.0.1` -> `^4.0.0`](https://renovatebot.com/diffs/npm/bob-esbuild-cli/1.0.1/4.0.0) | [![age](https://badges.renovateapi.com/packages/npm/bob-esbuild-cli/4.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [bob-esbuild](https://togithub.com/PabloSzx/bob-esbuild) | [`^1.3.0` -> `^4.0.3`](https://renovatebot.com/diffs/npm/bob-esbuild/1.3.0/4.0.3) | [![age](https://badges.renovateapi.com/packages/npm/bob-esbuild/4.0.3/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-node](https://togithub.com/actions/setup-node) | action | major | `v1` -> `v3` | ---...

Hi, since the graphql-middleware update to 6.1.2 I get the following error: `MiddlewareError: Type generator exists in middleware but is missing in Schema.` I do use graphql-shield v 7.5.0

Hi! I am trying to use the awesome `graphql-shield` library with `Postgraphile`. In order to do so, I must use `graphql-middleware`. After thoroughly narrowing in on the problem, I've arrived...

kind/bug

Hello, I want to use graphql-middleware in subscriptions to validate if users are authenticated. In queries and mutations it works, but not in subscriptions. Here is my definition of middleware:...

kind/bug

We are using Apollo federation https://www.apollographql.com/docs/federation/federation-spec/ where gateway combines two graphql schemas into one unified schema. We have vanilla ordinary setup for it We have type user in service A...