Apollo: onError not firing on mutations #5773
Answered
by
ardatan
dan-klasson
asked this question in
General
-
I have this mutation:
And it does not fire.
I'm using |
Beta Was this translation helpful? Give feedback.
Answered by
ardatan
Mar 30, 2021
Replies: 1 comment 2 replies
-
As you can see in the generated code by GraphQL Codegen, we only add type annotations as generics to existing Apollo React Hooks functions so your problem doesn't seem related to GraphQL Codegen. I'd suggest to create an issue on Apollo React repo. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
dotansimha
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As you can see in the generated code by GraphQL Codegen, we only add type annotations as generics to existing Apollo React Hooks functions so your problem doesn't seem related to GraphQL Codegen. I'd suggest to create an issue on Apollo React repo.