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

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@theguild/tailwind-config](https://togithub.com/the-guild-org/shared-config) ([source](https://togithub.com/the-guild-org/shared-config/tree/HEAD/packages/tailwind-config)) | [`0.4.1` -> `0.4.2`](https://renovatebot.com/diffs/npm/@theguild%2ftailwind-config/0.4.1/0.4.2) |...

dependencies

Blocked by https://github.com/graphql-compose/graphql-compose/issues/407

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

This tool seems incredibly powerful, but I'm having a hard time putting all the pieces together. Say I have a `CompanyService` that returns a `Company[]` (pk on CompanyID). If I...

Fixes up some grammar and makes it clearer. 🚨 **IMPORTANT: Please do not create a Pull Request without creating an issue first.** _Any change needs to be discussed before proceeding....

``Hello! I have a server with graphql-mesh. Querys and mutations works well, but when I try to call a subscription, the server of graphql-mesh does not work and return me...

Hello! We’ve stumbled upon this error while trying to disable resolvers on one of our Mongoose models: ``` Failed to generate the schema Error: Type MyModel does not have resolver...

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

### 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/shishkin/graphql-mesh/commit/905c19efacaeb66cf5fb375843a3e590238a88d9) > Make sure to fork this...

When encapsulate transform is used, the root fields become a nested field of encapsulated root types; ```graphql type Query { foo: FooQuery } type FooQuery { foo(id: ID!): Foo }...