Replies: 1 comment
-
It's not a question related to codegen. It's a general hooks usage. You can avoid destructing and do:
|
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
-
A component can have multiple auto generated hooks:
I would like to avoid using aliases for each query and mutation loading variable. It seems wrong to check for each loading value like in my above example. What is the recommended approach to use multiple generated hooks in a component?
Beta Was this translation helpful? Give feedback.
All reactions