Â
Speaker: Young Bae / younggratia@gmail.com
Image Source: WallpaperVortex
{
viewer {
followers(first: 10) {
nodes {
login
followers(first: 10) {
nodes {
login
}
}
}
}
}
}
Think of your GraphQL schema as an expressive shared language for your team and your users. To build a good schema, examine the everyday language you use to describe your business.
On the client, this creates a pattern similar to Object-Oriented Programming: types that reference other types.
There are four key reasons behind its popularity:
* Intuitive * Fast * Scalable * Insightful