- Query language and runtime for web APIs.
- Developed by FB.
- While typical REST APIs require loading from multiple URLs, GraphQL APIs get all the data your app needs in a single request. Apps using GraphQL can be quick even on slow mobile network connections.
- https://graphql.org/