Github API - Test Config

MilestoneEdge [object]

An edge in a connection.

Attributes
cursor String

String [scalar]

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.

API:
Github GraphQL API

A cursor for use in pagination.

node Milestone

Milestone [object]

Represents a Milestone object on a given repository.

Implements
ClosableNodeUniformResourceLocatable
Attributes
closed Boolean

Indicates 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

The Node ID of the Milestone object

A list of issues associated with the milestone.

number Int

Identifies the number of the milestone.

progressPercentage Float

Identifies the percentage complete for the milestone

pullRequests PullRequestConnection

A list of pull requests associated with the milestone.

repository Repository

The repository associated with this milestone.

resourcePath URI

The HTTP path for this milestone

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

viewerCanClose Boolean

Indicates if the object can be closed by the viewer.

viewerCanReopen Boolean

Indicates if the object can be reopened by the viewer.

API:
Github GraphQL API

The item at the end of the edge.

API:
Github GraphQL API