Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow normalization to be disabled for specific types #3827

Open
Tracked by #2331
apramana opened this issue Jan 31, 2022 · 0 comments
Open
Tracked by #2331

Allow normalization to be disabled for specific types #3827

apramana opened this issue Jan 31, 2022 · 0 comments

Comments

@apramana
Copy link

Use case
Some types represent transient data that doesn't need to be cached separately and can simply be embedded into parent objects. Apollo React allows normalized cache to be disabled per type by setting keyFields = false. This might allow some compile optimizations to be made.

Describe the solution you'd like
Same or similar solution as the functionality in Apollo React.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants