graphql-tools
graphql-tools copied to clipboard
:wrench: Utility library for GraphQL to build, stitch and mock GraphQL schemas in the SDL-first approach
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [typedoc-plugin-markdown](https://typedoc-plugin-markdown.org) ([source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-plugin-markdown)) | [`3.16.0` -> `4.2.9`](https://renovatebot.com/diffs/npm/typedoc-plugin-markdown/3.16.0/4.2.9) | [](https://docs.renovatebot.com/merge-confidence/) |...
## Description This implements the changes in execution required for the Fragment-Arguments spec proposed in https://github.com/graphql/graphql-spec/pull/1081. This could be a way towards us testing this feature out in implementations like...
**Is your feature request related to a problem? Please describe.** I need to support multiple GraphQL schemas in frontend, and need to implement custom loader to pick correct GraphQL operations....
### 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, Stackblitz or CodeSandbox > Make...
**Is your feature request related to a problem? Please describe.** The `@graphql-tools/prisma-loader` package has dependencies that are unused, i.e. `json-stable-stringify` and `@types/json-stable-stringify`. `json-stable-stringify` has a dependency on `jsonify`, which is...
### 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, Stackblitz or CodeSandbox > Make sure...
**Is your feature request related to a problem? Please describe.** In Jest, you expose this transformer: ``` transform: { .... '\\.(gql|graphql)$': '@graphql-tools/jest-transform', }, ``` **Describe the solution you'd like** I...
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....