Object GitHub::Milestone

Represents a Milestone object on a given repository.

Fields

closed: Boolean!

true if the object is closed (definition of closed may depend on type)

closedAt: DateTime

Identifies the date and time when the object was closed.

createdAt: DateTime!

Identifies the date and time when the object was created.

creator: Actor

Identifies the actor who created the milestone.

description: String

Identifies the description of the milestone.

dueOn: DateTime

Identifies the due date of the milestone.

id: ID!

issuePrioritiesDebug: String!

Just for debugging on review-lab

issues(orderBy: IssueOrder, labels: [String!], states: [IssueState!], filterBy: IssueFilters, after: String, before: String, first: Int, last: Int): IssueConnection!

A list of issues associated with the milestone.

Args

orderBy: IssueOrder

Ordering options for issues returned from the connection.

labels: [String!]

A list of label names to filter the pull requests by.

states: [IssueState!]

A list of states to filter the issues by.

filterBy: IssueFilters

Filtering options for issues returned from the connection.

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.

number: Int!

Identifies the number of the milestone.

pullRequests(states: [PullRequestState!], labels: [String!], headRefName: String, baseRefName: String, orderBy: IssueOrder, after: String, before: String, first: Int, last: Int): PullRequestConnection!

A list of pull requests associated with the milestone.

Args

states: [PullRequestState!]

A list of states to filter the pull requests by.

labels: [String!]

A list of label names to filter the pull requests by.

headRefName: String

The head ref name to filter the pull requests by.

baseRefName: String

The base ref name to filter the pull requests by.

orderBy: IssueOrder

Ordering options for pull requests returned from the connection.

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.

repository: Repository!

The repository associated with this milestone.

resourcePath: URI!

The HTTP path for this milestone

state: MilestoneState!

Identifies the state of the milestone.

title: String!

Identifies the title of the milestone.

updatedAt: DateTime!

Identifies the date and time when the object was last updated.

url: URI!

The HTTP URL for this milestone

Uses

Issue.milestone

MilestoneConnection.nodes

MilestoneEdge.node

PullRequest.milestone

Repository.milestone

Closable

Node

UniformResourceLocatable