Replies: 2 comments
-
I have the same issue and I can't figure out how to solve it. I'm doing a login and if there's an error the email and password fields on the Vue instance become un-reactive. |
Beta Was this translation helpful? Give feedback.
0 replies
-
there is 2 ways you can do that. Lets say you receive User object with email && name properties. and u have receivedUser in data. Since result received from query is always frozen its the only correct ways to do that |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello guys,
I would like to know what's the best way you would recommend me to use in order to make an entity edition form using vue apollo ?
I'm currently using a query that fetch a User object with firstname, lastname and many other fields.
It fills some input fields that display the current value. I would like to edit those values and save changes to dispatch a mutation.
My problems are:
Is that a good way to deal with this ? Am I forced to use a
watch
and synchronizeuser
anduserForm
?Best regards
Beta Was this translation helpful? Give feedback.
All reactions