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

https://nextjs.org/docs/api-routes/edge-api-routes

**Describe the bug** Without the union return type, everything works, but when having a union as a return type it throws an error. **To Reproduce** Steps to reproduce the behavior:...

bug

**Describe the bug** GraphQL Mesh does not appear to have correctly defined dependencies in its packages, and as such will not run out of the box with Yarn 2.0+. Some...

stage/0-issue-prerequisites

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

waiting-for-answer

**Describe the bug** When pressing "Play" in the GraphiQL Playground after `mesh:start`, it throws/shows ``` { "errors": "Syntax Error: Unexpected .\n\nGraphQL request:1:1\n1 |\n | ^"} ``` **To Reproduce** Steps to...

We can use `validate` as it is but we need to consider the custom validation rules etc that user might be using. Right now if the document has a field...

![image](https://user-images.githubusercontent.com/20847995/176704329-8c4ae60f-f9b0-4412-92b9-2ac0be02c6e9.png)