Interface GitHub::RepositoryOwner
Represents an owner of a Repository.
Fields
avatarUrl(size: Int): URI!
A URL pointing to the owner's public avatar.
id: ID!
login: String!
The username used to login.
repositories(privacy: RepositoryPrivacy, orderBy: RepositoryOrder, affiliations: [RepositoryAffiliation], ownerAffiliations: [RepositoryAffiliation] = [OWNER, COLLABORATOR], isLocked: Boolean, after: String, before: String, first: Int, last: Int, isFork: Boolean): RepositoryConnection!
A list of repositories that the user owns.
Args
privacy: RepositoryPrivacy
If non-null, filters repositories according to privacy
orderBy: RepositoryOrder
Ordering options for repositories returned from the connection
affiliations: [RepositoryAffiliation]
Array of viewer's affiliation options for repositories returned from the connection. For example, OWNER will include only repositories that the current viewer owns.
ownerAffiliations: [RepositoryAffiliation] = [OWNER, COLLABORATOR]
Array of owner's affiliation options for repositories returned from the connection. For example, OWNER will include only repositories that the organization or user being viewed owns.
repository(name: String!): Repository
Find Repository.
resourcePath: URI!
The HTTP URL for the owner.
url: URI!
The HTTP URL for the owner.