GraphQL is a data query language for backend developed at Facebook and designed to be an alternative to REST.
In this talk after an introdution to GraphQL we'll see how to create a GraphQL server using Node.js with Apollo Server, and how to use those APIs from a React client.