An open API service indexing awesome lists of open source software.

https://github.com/davidbuck/gatsby-graphql-source-example

Simple Gatsby example showing how to use a Third-party GraphQL API as a source
https://github.com/davidbuck/gatsby-graphql-source-example

gatsby-js

Last synced: about 2 months ago
JSON representation

Simple Gatsby example showing how to use a Third-party GraphQL API as a source

Awesome Lists containing this project

README

        

# Gatsby GraphQL API Source Example

This is a simple Gatsby example showing how to use a Third-party GraphQL API as a source.

Run `npm run start` to start the Gatsby server.

## Tools

- [Gatsby](https://www.gatsbyjs.org/)
- [gatsby-source-graphql](https://www.gatsbyjs.org/packages/gatsby-source-graphql/)
- [Tailwind](https://tailwindcss.com)

## Versions

- [Version 1.1](https://github.com/DavidBuck/gatsby-graphql-source-example/tree/v1.1) - Gatsby 2.25.1 & React 17.0.1.
- [Version 1.0](https://github.com/DavidBuck/gatsby-graphql-source-example/tree/v1.0) - Gatsby 2.21.22 & React 16.12.0.