Represents an owner of a Project.
id : ID!
project
(
number: Int!
)
:
Project
projects
(
orderBy: ProjectOrder
search: String
states: [ProjectState!]
after: String
before: String
first: Int
last: Int
)
:
ProjectConnection!
projectsResourcePath : URI!
projectsUrl : URI!
viewerCanCreateProjects : Boolean!