tql icon indicating copy to clipboard operation
tql copied to clipboard

Type system GraphQL parser

Open timkendall opened this issue 3 years ago • 4 comments

Can we implement a GraphQL operation parser w/the TypeScript type system (example)?

timkendall avatar Sep 15 '21 00:09 timkendall

https://ghostdogpr.github.io/caliban/docs/validation.html

timkendall avatar Oct 02 '21 21:10 timkendall

https://github.com/hayes/infer-gql

timkendall avatar Nov 25 '21 20:11 timkendall

https://twitter.com/diegohaz/status/1524257274012876801 https://github.com/microsoft/TypeScript/issues/29729

timkendall avatar Jul 28 '22 04:07 timkendall

https://github.com/dotansimha/graphql-typed-ast

timkendall avatar Apr 15 '23 23:04 timkendall