GraphQL is a query language and runtime technology widely used to develop fast and flexible APIs. In 2012, Facebook created GraphQL to improve client and server communication. To accomplish this, GraphQL provides the following:
In this lab, you will learn about the core features of GraphQL and how it compares to traditionally-structured REST APIs. You will be provided with a predefined data set which you will access using various GraphQL queries.
Upon completion of this beginner-level lab, you will be able to:
Familiarity with the following will be beneficial but is not required:
October 10th, 2023 - Resolved Node.js issue