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.
The text was updated successfully, but these errors were encountered:
unrevised6419
changed the title
[Request]: Add note for @strapi/plugin-graphql and Apollo Client consumers about InMemoryCache
[Request]: Add note for @strapi/plugin-graphql and @apollo/client consumers about InMemoryCacheFeb 11, 2025
Summary
Add a note for
@strapi/plugin-graphql
and@apollo/client
consumers to configureInMemoryCache
to work withdocumentId
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 ofid
, would be good to notify users that they need to configure theInMemoryCache
if they would like it to work fine.Suggested solution(s)
The text was updated successfully, but these errors were encountered: