DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
GraphQL Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
GraphQL
Once data IS written to the cache under any fetchPolicy (including network-only), what still applies?
A
Nothing — different policies use entirely separate storage mechanisms
B
The same normalization mechanism from Apollo Client — entities are still deduplicated/shared by __typename+id regardless of which policy triggered the fetch
C
The data becomes permanently immutable
D
Normalization only applies to cache-first specifically
Check Answer