/005-youtube

The main benefit is to have this flexible layer that other system or user interface can connect to craft a personal query to get the data they need while all having the types generated for free. With GraphQL, the consumer of the data does not need to bother about how to stitch all the information together, neither to know which service is needed or where to get the data. The only concern for the consumer is to connect to the GraphQL Server. In this video, we will cover the first part of the GraphQL. Stay tuned because I will spread the GraphQL and type generation on about 4 videos. In this episode, I will focus on bootstrapping the GraphQL server, meaning that we will install GraphQL and have it run without having much of the previous work in place. Hence, the coding part will be a little bit thinner than usual.

Primary LanguageJavaScript

This repository is not active