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

Document GraphQL Armor and GraphQL Mesh integration Currently there is some documentation but it needs more details and use cases including the reasons to use them.

Related https://github.com/ardatan/graphql-mesh/discussions/6761 Currently AppDynamics has a plugin for GraphQL HTTP and Apollo Server but we can introduce a new tracing plugin for GraphQL Mesh to track subgraph requests, incoming and...

When user enables the polling with `pollingInterval` configuration option, Mesh pulls the schema in a certain interval. It updates the artifacts automatically on the disk. But if there is a...

Some transports have long-living connections, like mysql and neo4j. Currently we depend on the pubsub destroy event to close the connections, but this doesn't work because: - Not clear to...

It is not clear that you have to specify `usage` in the options when you use Hive plugin. Currently only an API documentation is available but it is so easy...

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

Currently the postgraphile version that Mesh handler uses has an older version of GraphQL js which leads conflicts when you use the newer version.

#6748 was merged with a bunch of formatting issues ([that I fixed later](https://github.com/ardatan/graphql-mesh/commit/708c184cb631cc125c295c64bb98f27e78ce7682)). Add a format check to the CI to prevent this.

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