github
github copied to clipboard
Missing 'parent' and 'source' fields from Repo
Forks have a parent and source field: https://developer.github.com/v3/repos/#get
Not having the 'parent' makes it basically impossible to get information from the upstream repository.
Repo should probably have that as a Maybe field.