Represents an owner of a Repository.
avatarUrl
(
size: Int
)
:
URI!
id : ID!
login : String!
repositories
(
privacy: RepositoryPrivacy
orderBy: RepositoryOrder
affiliations: [RepositoryAffiliation]
ownerAffiliations: [RepositoryAffiliation]
isLocked: Boolean
after: String
before: String
first: Int
last: Int
isFork: Boolean
)
:
RepositoryConnection!
repository
(
name: String!
followRenames: Boolean
)
:
Repository
resourcePath : URI!
url : URI!