gatsby-source-github icon indicating copy to clipboard operation
gatsby-source-github copied to clipboard

A source plugin for Gatsby to source Github data from its GraphQL API for static builds

Results 4 gatsby-source-github issues
Sort by recently updated
recently updated
newest added
trafficstars

Attempting to search repos using this source plugin and getting error: `an error occurred with gatsby-source-plugin`. What's really annoying is it freezes gatsby develop and stops CTRL+c from exiting; which...

Hi there DSchau, Thanks for the plugin... Unfortunately I can't get it to work and I think thats a combination of inexperience and documentation. Here's what I have done @...

Hello, I've been trying to determine why this query won't work with the plugin: ``` { nodes(ids: ["MDEwOlJlcG9zaXRvcnk4MDU1NzkxOQ==", "MDEwOlJlcG9zaXRvcnk3ODEzNzA3Nw==", "MDEwOlJlcG9zaXRvcnk3MjUxMjY0NA=="]) { id ... on Repository { url name releases(first: 2)...