Gil Gardosh
Gil Gardosh
**Is your feature request related to a problem? Please describe.** paginate responses of an external api using resolver composition **Describe the solution you'd like** [example of response type](https://codesandbox.io/s/mesh-pagination-attempt-tw0yz0) **Additional context**...
**Describe the bug** resolver path now must not begin with `./` **To Reproduce** Steps to reproduce the behavior: create a basic project, with config as so: ``` ... transforms: -...
**Describe the bug** Mesh errors on build once package.json contains `"type": "module` ``` Failed to generate schema: require() of ES Module .../graphql-mesh/examples/odata-msgraph-programmatic/.mesh/sources/Microsoft Graph/metadata.json.js from .../graphql-mesh/examples/odata-msgraph-programmatic/node_modules/@graphql-mesh/cli/bin.js not supported. metadata.json.js is treated...
It would be amazing if there was a method to dynamically choose the columns being SELECTed. something like `SELECT :columns FROM TABLE_NAME` This feature will help various use-cases, prominently GraphQL...
### Describe the bug Resolvers input subfields with defaults resolve into nullable ### Your Example Website or App https://stackblitz.com/edit/node-ve8vhp?file=schema.graphql ### Steps to Reproduce the Bug or Issue ``` typescript-resolvers: overwrite:...
[This example](https://github.com/Urigo/graphql-mesh/tree/master/examples/json-schema-fhir) is useful
### 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...
**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...
specifically for mysql, but also check for other packages Issue: locally running `yarn test` result in failing tests and deletion of mysql snap
**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...