stackshareio/graphql-cache

Error on caching list of scalars

thebadmonkeydev opened this issue · 0 comments

We assume that all list types are lists of custom objects by using raw.map(&:object). When a scalar list is cached an undefined method 'object' error thrown.