Hi! I don’t agree with 2 answers in the certification path in the API course. Can someone please clarify this for me?
- GraphQL is a query language and a runtime for executing those queries against your data. It’s not an application layer but rather a tool used to interact with data APIs.
- **With GraphQL, there is less time spent waiting for a server, and more time doing –while GraphQL can reduce the number of server requests, the speed depends on the server’s performance and the complexity of queries. It doesn’t inherently make the server faster.