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
easy
GraphQL
What's the key structural difference between a typical REST API and a GraphQL API?
A
GraphQL doesn't use HTTP
B
GraphQL exposes one endpoint where the client specifies exactly which fields it needs; REST typically has many fixed-shape endpoints
C
REST is always faster
D
GraphQL only supports reading data, never writing
Check Answer