# Packages
No description provided by the author
# Functions
BatchQuery can be used to batch a set of requests together to GitHub's GraphQL API.
ErrorResponseStatusCode will unwrap a github.ErrorResponse and return the status code inside.
NewClient creates a new instances of Client.
No description provided by the author
# Variables
ErrGraphQLNotFound is an error used to test when GitHub GraphQL query returns a single error with the type "NOT_FOUND".
# Structs
Client provides simple access to GitHub's REST and GraphQL APIs.
GraphQLError stores the error result from a GitHub GraphQL query.
GraphQLErrors wraps all the errors returned by a GraphQL response.