GraphQL Tutorial - Frontend and Backend Performance Considerations

Subscribers:
58,000
Published on ● Video Link: https://www.youtube.com/watch?v=YISwkIJI0Qw



Category:
Tutorial
Duration: 10:28
967 views
13


Learn more advanced front-end and full-stack development at: https://www.fullstackacademy.com

GraphQL is a query language for APIs that describes how to ask for data. It allows the client to specify exactly what data it needs and simplifies the process of aggregating data from multiple sources. In this GraphQL tutorial, we provide a high-level overview of how GraphQL works. This includes reviewing the advantages of using graphs rather than relational databases to represent social networks, how GraphQL queries compare to RESTful routing, and how GraphQL optimizes client-side performance by limiting payload size.

Watch this video to learn:

- What is GraphQL
- What problems does GraphQL solve
- Code examples using GraphQL







Tags:
GraphQL
GraphQL Tutorial
What is GraphQL
introduction to GraphQL