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

**Describe the bug** Bun installs of graphql-mesh fail with the following error: ``` bun add @graphql-mesh/cli bun add v1.0.1 (31aec4eb) 🔍 @tsconfig/node14 [322/379] erro on-commas [583/624] [413/462] error: "git clone"...

> This page is synced automatically from [The Guild's](https://the-guild.dev) Notion > Notion page URL: https://www.notion.so/Roadmap-2b5d570a188c400eb4eb7269d641e4f5 At [The Guild](https://www.the-guild.dev/) we’ve decided to work as much as we can in public, that’s...

For users to be able to use `cli` package as dev-dependency, a new package should be introduced with all sub-dependencies relevant for runtime. As `runtime` package name is taken, we...

In order to have mocking, response caching capabilities in the handler level

### 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...

bug

**Is your feature request related to a problem? Please describe.** We're trying to replace an older custom graphql gateway, however there are a few scalars that are not prefixed. When...

**Describe the bug** Through the use of the federation transform we convert our objects to entities. An example of that can be seen below ``` transforms: - federation: version: "v2.3"...

### 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...