graphql-go-tools
graphql-go-tools copied to clipboard
graphql golang go parser lexer linter proxy
This PR adds the rest datasource to the v2/ of the engine, it also includes some changes to ensure it works with the new v2 engine, these changes will need...
related issue https://tyktech.atlassian.net/browse/TT-11212
Proof of concept for [TT-11737](https://tyktech.atlassian.net/browse/TT-11737). * A custom directive has been added named `toUpper`. * `CustomDirective` interface has been added. Any struct that implements this interface can be used as...
### PR Feedback (click) - [ ] 👍 Sweep Did Well - [ ] 👎 Sweep Needs Improvement I created this PR to fix the failing GitHub Actions.## Description This...
🎉 Thank you for installing Sweep! We're thrilled to announce the latest update for Sweep, your trusty AI junior developer on GitHub. This PR creates a `sweep.yaml` config file, allowing...
This PR removes most default allocations in ast.NewDocument, improving the default allocation memory pressure; I've kept the old behaviour in `NewDocumentWithPrealloc` in case we need to gate the behaviour behind...
## Description This PR improves the error messages for invalid variables in the `graphql-go-tools` project. Currently, the error messages generated by the `qri-io/jsonschema` library are unclear and do not provide...
Description ----------- `graphql-go-tools` is currently using [qri-io/jsonschema: golang implementation of https://json-schema.org drafts 7 & 2019-09 (github.com)](https://github.com/qri-io/jsonschema "https://github.com/qri-io/jsonschema") as jsonschema validation library. This library is based on paths which means that...
This is a draft PR that shows the base logic change for a proposed revamp of the Error handling. This PR only supports string scalers and parallel/single fetches, more complex...
Hi, dear team. I defined a custom scalar type _Any and used it as follows: `scalar _Any type query { configs: _Any }` But it returns a null response without...