1. GraphQL basics
2. Demo
3. Tooling
4. Sums up
GraphQL is first
of all a spec
GraphQL requires
a schema
Queries, mutations
Multiple operations
Fragments
Subscriptions
Schema split across
multiple files
Let's see how it works
Document
Explore in web
Track
Fedarate
Generate code
GraphQL is growing
GraphQL (PHP lib and code generator only): 250k lines
Our whole app (with tests): 700k lines
Building APIs properly is a lot of effort
GraphQL does a lot:
Questions?