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

### 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 [CodeSandbox](https://codesandbox.io/p/sandbox/github/Urigo/graphql-mesh/tree/master/examples/hello-world) - [ ] 2. A failing...

### 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)_ - [ ] 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...

**Is your feature request related to a problem? Please describe.** GraphiQL is getting its js, css and fonts from unpkg servers, as I'm using graphql-mesh on premise for a client...

**Is your feature request related to a problem? Please describe.** Currently, graphql-mesh does not seem support retrieving deprecated arguments and inputFields from GraphQL sources. The issue appears to stem from...

I am using `customFetch` and `additionalEnvelopPlugins` with scripts pointing in my `src` as shown below. everything works fine locally, but when I am doing **docker** build, I am getting import...

Mesh needs to be aware of the exact path if it won't be `/graphql` like; ``` serve: endpoint: /mesh ```

### Issue workflow progress - [x] 1. The issue provides a reproduction available on [CodeSandbox](https://codesandbox.io/p/sandbox/autumn-feather-ez04cm) - [ ] 2. A failing test has been provided - [ ] 3. A...

As the moment passing the container name for redis cache like this: ``` cache: redis: port: "6379" host: "redismesh" password: "redis" ``` it will not resolve to the IP of...

### 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 [Stackblitz](https://stackblitz.com/edit/node-6k12mq?file=index.js) > I could not make the...