Question 15
Which of the following statement(s) is/are true, regarding REST and GraphQL?
GraphQL helps to fetch exactly the same data which is needed, and avoids over fetching as well as under fetching
In general, a GraphQL response always returns 200 status code, with the “error” field containing the errors (if any).
A REST API provides multiple endpoints to access multiple resources.
None of these.