Why use IntrospectionFragmentMatcher?
If you're using useQuery
then try fetchPolicy: 'no-cache'
.
this solved my issue.
Only a fix if you're not using cache properly
The warnings seem to be a bug in apollo. https://github.com/apollographql/apollo-client/issues/3397