What is GraphQL?
GraphQL is a data query language and runtime designed and used at Facebook
to request and deliver data to mobile and web apps since 2012.
Slide 6
Slide 6 text
https://cldup.com/ysnmIMhqRU.png
Slide 7
Slide 7 text
https://github.com/graphql/swapi-graphql
Slide 8
Slide 8 text
https://github.com/graphql/swapi-graphql
Slide 9
Slide 9 text
Why GraphQL?
- Maintainability - Single-round trip - No over-fetching (no more no less) -