graphql/apollo-angular/docs/data/mutations #1874
Replies: 3 comments 3 replies
-
What's the point of the last section? I don't get what it's trying to say relating to client-side mutations. It seems off-topic. |
Beta Was this translation helpful? Give feedback.
-
When I read this section on optimistic UI, I have one question going through my mind which didn't get a clear answer. Suppose you're watching a query of
From this, my answer would be "yes". However, as the last section mentions, the return type of a mutation could be anything, so how does Apollo Angular know how to update the cache? Does Apollo Angular assume anything about the return type? What if I have a mutation for |
Beta Was this translation helpful? Give feedback.
-
I dislike this style of documentation. I was looking for simple function synopsis and usage documentation, and I don't see that anywhere. |
Beta Was this translation helpful? Give feedback.
-
graphql/apollo-angular/docs/data/mutations
Update data with the Apollo.mutate
https://the-guild.dev/graphql/apollo-angular/docs/data/mutations
Beta Was this translation helpful? Give feedback.
All reactions