What is GraphQL?
a) A database management system
b) A query language for APIs
c) A programming language
d) A front-end framework
Answer:
b) A query language for APIs
Explanation:
GraphQL is a query language that allows clients to request specific data from APIs, and it executes those queries using a defined type system.