I would like to transform some of the data coming ...
# apollo-kotlin
j
I would like to transform some of the data coming in from my GraphQL API, and cache that data (like computing the center-point of some GeoJSON geometry). Is there a way to store local-only data in the cache?
m
How would you expect to read that data back?
j
Extending the GraphQL types in my schema?
m
Unfortunately, there's nothing like local-only fields at the moment. You can subscribe to https://github.com/apollographql/apollo-kotlin/issues/2611 for updates
👍 1