You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand that asyncData returns the post in my data and has nothing to do with apollo. How can I include post to $apolloData like when doing something like this:
I am using NuxtJS and Vue Apollo.
In order to preload my data to have it ready for SEO, I am using the following code.
I am able to load the post correctly, the problem is that $apolloData is empty. When I have a mutation that changes a post, then
will not update it.
I understand that asyncData returns the post in my data and has nothing to do with apollo. How can I include post to $apolloData like when doing something like this:
apollo: { forumQuestion: forumQuestionQuery() }
Here is a screenshot: https://imgur.com/a/GMkaLHJ
The text was updated successfully, but these errors were encountered: