Github GraphQL API / Project

Projects manage issues, pull requests and notes within a project owner.

Implements

Fields

body : String

bodyHTML : HTML!

closed : Boolean!

closedAt : DateTime

columns (
       String: String
       String: String
       Int: Int
       Int: Int
) : ProjectColumnConnection!

createdAt : DateTime!

creator : Actor

databaseId : Int

id : ID!

name : String!

number : Int!

owner : ProjectOwner!

pendingCards (
       String: String
       String: String
       Int: Int
       Int: Int
       ProjectCardArchivedState: [ProjectCardArchivedState]
) : ProjectCardConnection!

progress : ProjectProgress!

resourcePath : URI!

state : ProjectState!

updatedAt : DateTime!

url : URI!

viewerCanUpdate : Boolean!

Documentation created using imtala