Examples created using gql_boilerplate.
- FortuneAPI - Beginners example of how to structure a GraphQL API
- Last.fm - Introduces adding an API token to the context and more complicated Schema than the Fortune Cookie example.
- Last.fm - Introduces adding an API token to the context and more complicated Schema than the Fortune Cookie example but using TypeScript instead of JavaScript.