-
How can I get the HTTP response status code from a mutation response? I need to do some logic depending on the status |
Beta Was this translation helpful? Give feedback.
Answered by
phryneas
Sep 20, 2022
Replies: 1 comment 8 replies
-
You can access |
Beta Was this translation helpful? Give feedback.
8 replies
Answer selected by
hornta
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can access
meta.response
intransformResponse
and make it part ofdata
that way.