Walkthrough
In this section we're going to walk through creating a GraphQL server from scratch! We'll start with creating a new Laravel project, then we'll be creating some Types, Mutation, Queries and Connections and query the server.
The project will be a (wait for it) Todo application, but with more relationships so we can see some different use cases and how we can solve them in GraphQL.
We'll use Relay compliant Types and Connections so we can see how we can work with the Node Interface as well as how pagination works with cursors (and the helpers Lighthouse provides to make working with these requirement a breeze).