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
hard
GraphQL
What's the key difference between network-only and no-cache fetchPolicy values?
A
They are identical in every way
B
network-only always fetches but STILL writes the result to the cache afterward; no-cache fetches but does NOT write to the cache at all
C
no-cache is faster than network-only
D
network-only never actually contacts the network despite its name
Check Answer