Github API - Test Config

MilestoneConnection [object]

The connection type for Milestone.

Attributes
edges MilestoneEdge []

MilestoneEdge [object]

An edge in a connection.

Attributes
cursor String

A cursor for use in pagination.

node Milestone

The item at the end of the edge.

API:
Github GraphQL API

A list of edges.

nodes 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

A list of nodes.

pageInfo PageInfo

PageInfo [object]

Information about pagination in a connection.

Attributes
endCursor String

When paginating forwards, the cursor to continue.

hasNextPage Boolean

When paginating forwards, are there more items?

hasPreviousPage Boolean

When paginating backwards, are there more items?

startCursor String

When paginating backwards, the cursor to continue.

API:
Github GraphQL API

Information to aid in pagination.

totalCount Int

Int [scalar]

The Int scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.

API:
Github GraphQL API

Identifies the total count of items in the connection.

API:
Github GraphQL API