GraphQL
GraphQL is a query language for APIs and a runtime for executing those queries. It allows clients to request exactly the data they need from a server, making it more efficient and flexible compared to traditional REST APIs.
- GraphQL developed by facebook.
- GraphQL is works with SQL and NoSQL databases.