Describe the bug
A custom cache key cannot be used on a root-level field because it is skipped when there is no parent object.
gem version:
>= 0.6
graphql-ruby version:
Any
Expected behavior
The root-level field should be cached according to the custom key provided in the field definition.
Describe the bug
A custom cache key cannot be used on a root-level field because it is skipped when there is no parent object.
gem version:
>= 0.6graphql-ruby version:
Any
Expected behavior
The root-level field should be cached according to the custom key provided in the field definition.