Join Slack
Powered by
I would like to transform some of the data coming ...
# apollo-kotlin
j
Jacob Rhoda
08/18/2023, 3:56 PM
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
mbonnin
08/18/2023, 3:59 PM
How would you expect to read that data back?
j
Jacob Rhoda
08/18/2023, 3:59 PM
Extending the GraphQL types in my schema?
m
mbonnin
08/18/2023, 4:01 PM
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
2
Views
Open in Slack
Previous
Next