Me again - is there a good way to define a size th...
# apollo-kotlin
j
Me again - is there a good way to define a size threshold through directives where merging would be truncated during pagination? Or do we just have TTL based eviction rules?
b
There is nothing like this at the moment. However the merging strategy is configurable by code so I think you could implement that (I'm AFK for the moment but you can look for
FieldRecordMerger)
j
thats what I thought. thanks for confirming!
👍 1