graphql-extra
graphql-extra copied to clipboard
GraphQL AST/SDL toolkit extending graphql/graphql-js with extra features for code generation & testing
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.6 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....
Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 10.0.1 to 10.4.1. Release notes Sourced from highlight.js's releases. 10.4.1 Security fixes: (fix) Exponential backtracking fixes for: Josh Goebel cpp handlebars gams perl jboss-cli r erlang-repl powershell...
Many months ago I mentioned issue around this error suddenly popping up with TS `4.0-dev`: ``` Error: Expression produces a union type too complex to represent ``` I filed issue...
I have this which I use to find whether a Field of an Object node is a scalar or not: ```ts export const isScalar = (doc: DocumentApi, field: FieldDefinitionApi) =>...
First of all, I cannot thank you enough for this library. I have built a very large tool for codegen and working with type-definition schemas around it, and it is...
If you try to `t.objectType` or any of it's variants, and then `document.createObjectType` or `document.upsertObjectType()` when the `type` value is a a string (or basically anything but the hack using...
For each main are of the project there should be a simple example - [ ] code first graphql SDL - [ ] codegens - [ ] testing graphql stuff...
# Roadmap This is umbrella issse for further development ideas. There's already quite a bit of hidden functionality here that could be better exposed, also there are low-hanging fruits that...