Interface GitHub::ProjectOwner

Represents an owner of a Project.

Fields

id: ID!

project(number: Int!): Project

Find project by number.

Args

number: Int!

The project number to find.

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

search: String

Query to search projects by, currently only searching by name.

states: [ProjectState!]

A list of states to filter the projects by.

after: String

Returns the elements in the list that come after the specified cursor.

before: String

Returns the elements in the list that come before the specified cursor.

first: Int

Returns the first n elements from the list.

last: Int

Returns the last n elements from the list.

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.

Possible Types

Organization

Repository

User

Uses

DeleteProjectPayload.owner

Project.owner