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
Add a note for @strapi/plugin-graphql and @apollo/client consumers to configure InMemoryCache to work with documentId
Why is it needed?
I'm using Strapi v5, and were configuring Apollo Client, and could not find any note about this in the docs.
As Strapi v5 is using documentId instead of id, would be good to notify users that they need to configure the InMemoryCache if they would like it to work fine.