Projects manage issues, pull requests and notes within a project owner.
body : String
bodyHTML : HTML!
closed : Boolean!
closedAt : DateTime
columns
(
after: String
before: String
first: Int
last: Int
)
:
ProjectColumnConnection!
createdAt : DateTime!
creator : Actor
databaseId : Int
id : ID!
name : String!
number : Int!
owner : ProjectOwner!
pendingCards
(
after: String
before: String
first: Int
last: Int
archivedStates: [ProjectCardArchivedState]
)
:
ProjectCardConnection!
progress : ProjectProgress!
resourcePath : URI!
state : ProjectState!
updatedAt : DateTime!
url : URI!
viewerCanUpdate : Boolean!