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

🕸️ GraphQL Mesh - The Graph of Everything - Federated architecture for any API service

Results 281 graphql-mesh 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 | |---|---|---|---|---|---| | [@changesets/assemble-release-plan](https://togithub.com/changesets/changesets/tree/main#readme) ([source](https://togithub.com/changesets/changesets)) | [`5.2.3` -> `5.2.4`](https://renovatebot.com/diffs/npm/@changesets%2fassemble-release-plan/5.2.3/5.2.4) |...

dependencies

**Is your feature request related to a problem? Please describe.** I have an expired JWT in the headers, the server returns only HTTP headers (without body) < HTTP/1.1 401 Unauthorized...

### Issue workflow progress _Progress of the issue based on the [Contributor Workflow](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md#a-typical-contributor-workflow)_ - [x] 1. The issue provides a reproduction available on [Github](https://github.com/Urigo/graphql-mesh/tree/master/examples/hello-world), [Stackblitz](https://stackblitz.com/github/Urigo/graphql-mesh/tree/master/examples/hello-world) or [CodeSandbox](https://codesandbox.io/s/github/Urigo/graphql-mesh/tree/master/examples/hello-world) > Make sure...

### Issue workflow progress _Progress of the issue based on the [Contributor Workflow](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md#a-typical-contributor-workflow)_ - [x] 1. The issue provides a reproduction available on [Github](https://github.com/mlcooper/mesh_error) - [x] 2. A failing test...

Hey everyone. I have a graphql-mesh server connecting to a grpc backend. i want to add the @skipAuth to one of the service but couldn't find a way to do...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [apollo-server](https://togithub.com/apollographql/apollo-server) ([source](https://togithub.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server)) | dependencies | replacement | [`3.13.0` -> `4.0.0`](https://renovatebot.com/diffs/npm/apollo-server/3.13.0/) |...

dependencies

### Issue workflow progress _Progress of the issue based on the [Contributor Workflow](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md#a-typical-contributor-workflow)_ - [x] 1. The issue provides a reproduction available on [Github](https://github.com/Urigo/graphql-mesh/tree/master/examples/hello-world), [Stackblitz](https://stackblitz.com/github/Urigo/graphql-mesh/tree/master/examples/hello-world) or [CodeSandbox](https://codesandbox.io/s/github/Urigo/graphql-mesh/tree/master/examples/hello-world) > Make sure...

stage/0-issue-prerequisites

### Issue workflow progress `nullable` property in oas schema's don't have any effect on the generated graphql schema. To reproduce this run the `looker.test.ts` test it will pass, but compare...

### Issue workflow progress _Progress of the issue based on the [Contributor Workflow](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md#a-typical-contributor-workflow)_ - [x] 1. The issue provides a reproduction available on [Github](https://github.com/Urigo/graphql-mesh/tree/master/examples/hello-world), [Stackblitz](https://stackblitz.com/github/Urigo/graphql-mesh/tree/master/examples/hello-world) or [CodeSandbox](https://codesandbox.io/s/github/Urigo/graphql-mesh/tree/master/examples/hello-world) > Make sure...

Hi team, The [documentation](https://the-guild.dev/graphql/mesh/docs/guides/headers) is quite clear about `operationHeaders` being able to set an `authorization` header **either** from a header **or** from an environment variable, using two distinct interpolation patterns....