Can someone explain to me this error and how to so...
# orm-help
p
Can someone explain to me this error and how to solve it? I assume its because my profile uses user(id: '') and it have queried loggedInUser's id there.
Copy code
Error! Network error: Error writing result to store for query: query me { me { received { id from { id name avatar __typename } __typename } __typename } } Store error: the application attempted to write an object with no provided id but the store already contains an id of User:cjifvqd5i000o0728qrffx3y1 for this object. The selectionSet that was trying to be written is: me { received { id from { id name avatar __typename } __typename } __typename }
n
p
Oh, just the id inside me {}... thanks Nilan. Best support 😛 ❤️
I should get better at googling :s