graphql-tools
graphql-tools copied to clipboard
:wrench: Utility library for GraphQL to build, stitch and mock GraphQL schemas in the SDL-first approach
## Description - Adds support for `graphql-tag-pluck` to pluck raw GraphQL from a custom Vue block. - Adds an option `gqlVueBlock` (defaults to undefined) to specify the name of the...
🚨 **IMPORTANT: Please do not create a Pull Request without creating an issue first.** _Any change needs to be discussed before proceeding. Failure to do so may result in the...
## Description Add memory leak detection feature from jest. Related #4346 ## Type of change Please delete options that are not relevant. - [X] Bug reproduction ## How Has This...
## Description Allows using `@merge` directive without `keyArg` argument if resolver takes 0 arguments Related #4336 ## Type of change - [x] Bug fix (non-breaking change which fixes an issue)...
## Description Bring AddArgumentsAsVariables back from the grave, where it has been buried since v7.1.5 Related #4290 ## Type of change Please delete options that are not relevant. - [...
## Description PR with failing test for #3797 Related #3797 ## Screenshots/Sandbox (if appropriate/relevant): https://codesandbox.io/s/blissful-black-xsud2
test
these changes allow key and args functions to return promises, which may be helpful if ExternalObject access were to be managed by a store -- in which case the store...
## Description At this moment when we import documents we lost all comments, I added a failing test to show this unexpected behavior. Related # https://github.com/dotansimha/graphql-eslint/issues/504
## Description Reproduction test case. When using an n-plus-one delegateToSchema, the result is as expected. When using batchDelegateToSchema, error paths are incorrect. We expect the path to have index `1`...