Hello
I'm partially converting some code that currently uses gql from @apollo/client.
The existing code relies on the fact that calling toString on the result of gql returns the string of that query.
Would it be possible to support this in a TypedDocumentNode?