What is GitHub’s GraphQL API and how does it differ from the REST API?
GithubMedium
Github — Medium
What is GitHub’s GraphQL API and how does it differ from the REST API?
Explanation
GitHub's GraphQL API enables clients to specify exactly what data they need, reducing overhead. The correct answer highlights this key difference from the REST API, which has fixed endpoints. Incorrect options misrepresent GraphQL's capabilities or security.