16 Stories by Leonardo Losoviz
Principled GraphQL outlines an architectural strategy that enables teams to pluck resolvers in and out of the schema on an ad-hoc basis, making the...
We analyze and compare the two approaches to creating a GraphQL service: schema-first and code-first.
Using components to represent your GraphQL data structure on the server side is optimal for simplicity.
Of the many lessons learned from building a GraphQL server, conquering the N + 1 problem is among the most important.