We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello
I'm partially converting some code that currently uses gql from @apollo/client.
gql
@apollo/client
The existing code relies on the fact that calling toString on the result of gql returns the string of that query.
toString
Would it be possible to support this in a TypedDocumentNode?
The text was updated successfully, but these errors were encountered:
Nevermind, I've found dotansimha/graphql-code-generator#9137
Although it would be good to document if/how this works with typed-document-node
typed-document-node
Sorry, something went wrong.
No branches or pull requests
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 ofgql
returns the string of that query.Would it be possible to support this in a TypedDocumentNode?
The text was updated successfully, but these errors were encountered: