Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.

matt-riley/graphql_examples

Repository files navigation

GraphQL Examples

Maintainability codebeat badge Total alerts Language grade: JavaScript DeepScan grade

Dependabot Status

Examples created using gql_boilerplate.

JavaScript

  • 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.

TypeScript

  • 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.