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

Hi! We use graphql mesh to mesh different endpoint including some API with header parameters. It's possible to provide those headers in a web UI however headers are not stored...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [wonka](https://togithub.com/0no-co/wonka) | [`^4.0.15` -> `^4.0.15 \|\| ^6.0.0`](https://renovatebot.com/diffs/npm/wonka/4.0.15/6.0.0)...

dependencies

Asked: https://github.com/enisdenjo/graphql-ws/discussions/383#discussioncomment-3363137. Currently the tests are failing because the `ws` protocol is not supported as a graphql handler's endpoint.

[This example](https://github.com/Urigo/graphql-mesh/tree/master/examples/json-schema-fhir) is useful

documentation

For example; Today we have `ramlFilePath` for RAML handler and `source` for OAS handler, and in order to be consistent all should use `source` for source schemas. And we have...

Related https://github.com/Urigo/graphql-mesh/discussions/4261#discussioncomment-3445744

Related https://github.com/Urigo/graphql-mesh/issues/3865#issuecomment-1216424756

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