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

Latest commit

 

History

History
16 lines (9 loc) · 1.54 KB

README.md

File metadata and controls

16 lines (9 loc) · 1.54 KB

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.