tailcallhq / tailcall

High Performance GraphQL Runtime
https://tailcall.run
Apache License 2.0
1.19k stars 213 forks source link

chore: implement cache key for all types #2193

Closed ssddOnTop closed 2 weeks ago

ssddOnTop commented 3 weeks ago

Issue Currently, CacheKey returns Option<IoId> because we are unable to generate IoId for IO type JS.

TODO Generate IoId for JS from the ctx value.

tusharmath commented 2 weeks ago

Need to think of an alternative.