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
What does Apollo Client's normalized cache do when two DIFFERENT queries both return an object with the same __typename and id?
A
Stores two completely separate copies
B
Stores ONE shared entity entry, with each query's result holding a reference (__ref) to it
C
Throws an error due to the conflict
D
Only the first query's version is kept, the second is discarded entirely
Check Answer