You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 26, 2022. It is now read-only.
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.