How to clear cache of @connection query in Apollo
I have a query with a @Connection
directive set. Now I want to clear only the cached results of this query. I can not find any examples of doing this. I tried to set the fieldName
to the @Connection
‘s key but this doesn’t work.