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
You need to add __typename fields to your mocked response and enable addTypename - without knowing if your response is a TextMessage or PictureMessage, these fragments will not be applied to the cache, since they only apply for those types.
Do you have any feedback for the maintainers? Please tell us by taking a one-minute survey. Your responses will help us understand Apollo Client usage and allow us to serve you better.
Issue Description
Here is my test Code.
and Gql Code.
but messages item is empty like below:
Link to Reproduction
none
Reproduction Steps
No response
@apollo/client
version3.12.4
The text was updated successfully, but these errors were encountered: