onComplete is not called when executing query #363
Unanswered
JuliusFreudenberger
asked this question in
Q&A
Replies: 1 comment
-
Thank you for reaching out. The code-generator should pass the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I try to use the
onComplete
callback with mutations and queries. The mutations work fine as I expect; however I have problems with theonComplete
callback.My
pubspec.yaml
looks like this:The code I use to execute the query looks like this (I omitted unrelated stuff and generalized some names):
The
print()
-Statement is not executed and the message does not appear on the console.Am I doing something wrong?
I am quite confident I have the latest versions of the related dependency, but do I maybe need to update a dependency?
Beta Was this translation helpful? Give feedback.
All reactions