Github GraphQL API / Milestone

Represents a Milestone object on a given repository.

Implements

Fields

closed : Boolean!

closedAt : DateTime

createdAt : DateTime!

creator : Actor

description : String

dueOn : DateTime

id : ID!

issues (
       IssueOrder: IssueOrder
       String: [String!]
       IssueState: [IssueState!]
       IssueFilters: IssueFilters
       String: String
       String: String
       Int: Int
       Int: Int
) : IssueConnection!

number : Int!

progressPercentage : Float!

pullRequests (
       PullRequestState: [PullRequestState!]
       String: [String!]
       String: String
       String: String
       IssueOrder: IssueOrder
       String: String
       String: String
       Int: Int
       Int: Int
) : PullRequestConnection!

repository : Repository!

resourcePath : URI!

state : MilestoneState!

title : String!

updatedAt : DateTime!

url : URI!

Documentation created using imtala