Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

(hotfix) - Fix typo in Graphcache query from #1859

+1 -1
+1 -1
exchanges/graphcache/src/operations/query.ts
··· 426 426 dataFieldValue = null; 427 427 } else { 428 428 // Otherwise continue as usual 429 - hasFields = fieldName !== '__typename'; 429 + hasFields = hasFields || fieldName !== '__typename'; 430 430 } 431 431 432 432 // After processing the field, remove the current alias from the path again