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
When requesting subtype fields via GraphQL with e.g.
myQuery { id ... on Subtype { name } }
this should generate fetches for id and treat(this as Subtype).name.
id
treat(this as Subtype).name
The text was updated successfully, but these errors were encountered:
beikov
No branches or pull requests
When requesting subtype fields via GraphQL with e.g.
this should generate fetches for
id
andtreat(this as Subtype).name
.The text was updated successfully, but these errors were encountered: