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 default fetchPolicy, 'cache-first', actually do?
A
Never makes a network request, ever
B
Checks the cache first; if there's a hit, uses it and skips the network; if there's a MISS, falls through to a real network request
C
Always fetches from the network, ignoring the cache entirely
D
Only works for mutations, not queries
Check Answer