markmichon / gatsby-source-github-gql

Gatsby source plugin to pull in data from the GitHub graphql API
1 stars 0 forks source link

Allow more data points than arrays of nodes #2

Open markmichon opened 6 years ago

markmichon commented 6 years ago

Currently the implementation only supports creating nodes that exist as part of an array of nodes inside edges. Ideally we would also want to pull in string data, like username, bio, etc.

Additionally, nested arrays within the nodes need to be set up, with parent/child relationships.