What is the difference between REST and GraphQL regarding data fetching?
-
A
REST always fetches less data than GraphQL
-
B
GraphQL lets clients specify exactly what data they need
-
C
REST supports real-time subscriptions; GraphQL does not
-
D
GraphQL requires XML; REST requires JSON