A Python library to access the Github API v4。
Queries are structured like this:
query {
JSON objects to return
}mutation {
mutationName(input: {MutationNameInput!}) {
MutationNamePayload
}from github4.core import Github
g = Github("")
g.get_user()