supertest-graphql
supertest-graphql copied to clipboard
Support typed graphql documents
https://github.com/dotansimha/graphql-typed-document-node is an extension of a graphql DocumentNode that carries the typing of variables and return values. It would be nice if this could be supported, so that one gets automatic type interference for variables() and the returned data.