Slide 22
Slide 22 text
GraphQL
What is GraphQL?
● GraphQL is a query language for your API
● It was created by Facebook (meta)
● It gives the client the power to ask exactly what they need
● It prevents Over and Under fetching of data
● GraphQL has a strongly typed schema
● Developers can easily check the GraphQL documentation schema
● Big companies are using it: Facebook, Twitter, Netflix, Airbnb, etc