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
After upgrading, I noticed all my __typename are gone. Do I need to explicitly specify them in my query?
__typename
This work on 3.0.5 without specifying __typename in the selection:
query { notes { id name } }
From the default test codesandbox you can see the __typename is missing.
https://codesandbox.io/s/friendly-engelbart-sb00j4?file=/package.json
urql = 3.0.3 @urql/core = 3.1.0
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Fixed by #2871
No branches or pull requests
Describe the bug
After upgrading, I noticed all my
__typename
are gone. Do I need to explicitly specify them in my query?This work on 3.0.5 without specifying
__typename
in the selection:From the default test codesandbox you can see the
__typename
is missing.Reproduction
https://codesandbox.io/s/friendly-engelbart-sb00j4?file=/package.json
Urql version
urql = 3.0.3
@urql/core = 3.1.0
Validations
The text was updated successfully, but these errors were encountered: