Hey all, for `apolloClient.apolloStore.readFragmen...
# apollo-kotlin
j
Hey all, for
apolloClient.apolloStore.readFragment
, is there a way to check if the CacheKey exists in the store prior to calling this?
m
I don't think so but the call should fail pretty fast if the key isn't there
j
No worries thanks for the swift response as usual!