# REST vs GraphQL

> REST is the simple, cacheable default that suits most APIs. GraphQL wins when clients need flexible, precise data-fetching across many related resources — common in rich frontends and mobile apps with varied data needs.

*Source: https://www.lazlosoftwaresolution.com/compare/rest-vs-graphql*

## Options

- **A:** REST
- **B:** GraphQL

