Open benfeather opened 3 months ago
Creating a fragment registry using inMemoryCacheOptions throws an error: makeCacheKey is not defined.
If I remove the inMemoryCacheOptions configuration and include the fragment directly in the query, it works as expected.
Passing createFragmentRegistry to inMemoryCacheOptions should allow the use of fragments within GraphQL queries.
Here is a repo with a minimal reproduction.
No response
Environment
Describe the bug
Creating a fragment registry using inMemoryCacheOptions throws an error: makeCacheKey is not defined.
If I remove the inMemoryCacheOptions configuration and include the fragment directly in the query, it works as expected.
Expected behaviour
Passing createFragmentRegistry to inMemoryCacheOptions should allow the use of fragments within GraphQL queries.
Reproduction
Here is a repo with a minimal reproduction.
Additional context
No response
Logs
No response