What is “Apollo” in the context of GraphQL?
a) A GraphQL schema definition
b) A library for building GraphQL APIs and clients
c) A front-end framework
d) A JavaScript testing tool
Answer:
b) A library for building GraphQL APIs and clients
Explanation:
Apollo is a popular library for building GraphQL APIs and clients. It makes it easier to integrate GraphQL with web and mobile applications.