GitHubRepositoryOwner

Represents an owner of a Repository.

FIELDS
avatarUrl (GitHubURI!)

A URL pointing to the owner's public avatar.

id (ID!)

No description

login (String!)

The username used to login.

repositories (GitHubRepositoryConnection!)

A list of repositories that the user owns.

repository (GitHubRepository)

Find Repository.

resourcePath (GitHubURI!)

The HTTP URL for the owner.

url (GitHubURI!)

The HTTP URL for the owner.

IMPLEMENTED BY
GitHubOrganization

An account on GitHub, with one or more owners, that has repositories, members and teams.

GitHubUser

A user is an individual's account on GitHub that owns repositories and can make new content.

REQUIRED BY
GitHubGist

A Gist.

GitHubPullRequest

A repository pull request.

GitHubQuery

The query root of GitHub's GraphQL interface.

GitHubRepository

A repository contains the content for a project.

GitHubRepositoryInfo

A subset of repository info.

____________________________________________________________________________________________________