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

**Is your feature request related to a problem? Please describe.** Currently, request information is partially available and in a tricky way. **Describe the solution you'd like** An easy, general way...

feature

specifically for mysql, but also check for other packages Issue: locally running `yarn test` result in failing tests and deletion of mysql snap

Continuation task of #4040. Currently the WebSocket `connectionParams` are spread to request headers and passed through the `extensions` field of GraphQL request parameters. This is a tad confusing, see https://github.com/Urigo/graphql-mesh/issues/4040#issuecomment-1214938039....

**Describe the solution you'd like** The current openAPI handler has an `idFormats` option to specify formats (other that `uuid`) that should be interpreted as UUID scalar types. Would be nice...

**Is your feature request related to a problem? Please describe.** In the previous open-api handler we had access to `context` in our fetch function, which gave us access to a...

- [ ] https://github.com/Urigo/graphql-mesh/pull/4252 - [ ] https://github.com/Urigo/graphql-mesh/issues/3978 - [ ] https://github.com/Urigo/graphql-mesh/issues/2923

Complete separation of execution and schema generation - AVOID RELYING ON GRAPHQL-JS AS MUCH AS POSSIBLE - Extracting Stitching executor like Federation’s - In all handlers, executor and schema should...

Improving the process of creating artifacts and deploying them. Today we have the option to separate the building of the handlers' artifacts and loading them to the gateway. The artifacts...

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