Interface GitHub::ProjectOwner
Represents an owner of a Project.
Fields
id: ID!
project(number: Int!): Project
Find project by number.
projects(orderBy: ProjectOrder, search: String, states: [ProjectState!], after: String, before: String, first: Int, last: Int): ProjectConnection!
A list of projects under the owner.
Args
orderBy: ProjectOrder
Ordering options for projects returned from the connection
states: [ProjectState!]
A list of states to filter the projects by.
projectsResourcePath: URI!
The HTTP path listing owners projects
projectsUrl: URI!
The HTTP URL listing owners projects
viewerCanCreateProjects: Boolean!
Can the current viewer create new projects on this owner.