This repository was archived by the owner on Oct 26, 2022. It is now read-only.
This repository was archived by the owner on Oct 26, 2022. It is now read-only.
[BUG] Cannot use custom cache key on root-level field #67
Open
Description
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.