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 a persisted query send on repeat requests, instead of the full query text?
A
Nothing — the request is skipped entirely
B
A hash of the query text, which the server recognizes from a prior request that included the full text
C
A compressed version of the schema
D
The query text, but encrypted
Check Answer