-
-
Notifications
You must be signed in to change notification settings - Fork 630
New issue
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
CacheMissException if __typename not in query #785
Comments
@ninodinatale will need a few more details here –
|
I was referring to the |
@ninodinatale I still need a sample of the |
@ninodinatale after #795, this is one of the only issues I consider blocking the release of a stable |
closing due to lack of response |
Describe the issue
Throws
CacheMissException
if__typename
is not provided in the query:To Reproduce
Steps to reproduce the behavior:
working query:
Expected behavior
Either no need to add
__typename
to the query or a more concise error message.device / execution context
localhost, iOS and android simulator
The text was updated successfully, but these errors were encountered: