graphql-cache
graphql-cache copied to clipboard
Document proc/lambda as cache keys
trafficstars
We may want to document this in the README:
field :some_field, String, cache: { key: ->(obj) { "#{obj.id}123blah" } }
A PR for this would definitely be welcome!