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
- Host: GitHub
- URL: https://github.com/davidbuck/gatsby-graphql-source-example
- Owner: DavidBuck
- License: mit
- Created: 2020-05-02T23:30:37.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-10T00:49:47.000Z (almost 2 years ago)
- Last Synced: 2025-04-08T07:58:59.905Z (about 2 months ago)
- Topics: gatsby-js
- Language: JavaScript
- Homepage:
- Size: 879 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.