supertest-graphql icon indicating copy to clipboard operation
supertest-graphql copied to clipboard

Support typed graphql documents

Open tobiasdiez opened this issue 3 years ago • 0 comments

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.

tobiasdiez avatar Oct 02 '22 22:10 tobiasdiez