- Trying to get my head around how caching works in Apollo client
- cached ids are generated from a provided
id
and__typeName
, so itโs important to return anid
if possible.
- cached ids are generated from a provided
id
and __typeName
, so itโs important to return an id
if possible.