What major challenge in API development is addressed more effectively by GraphQL than REST?
- Latency issues
- Over-fetching of data
- Security vulnerabilities
- Under-fetching of data
GraphQL addresses the challenge of over-fetching, allowing clients to request only the data they need.
Loading...
Related Quiz
- In web services, WSDL stands for what?
- What is a common method to indicate a version in a RESTful web service's URL?
- In REST, to update an existing resource partially, the _______ HTTP method is used.
- In the context of web services, why is it crucial to handle errors gracefully?
- For a SOAP service that requires dynamic discovery of other services, what technology is typically employed?