Github API - Test Config

PinnedIssueConnection [object]

The connection type for PinnedIssue.

Attributes
edges PinnedIssueEdge []

PinnedIssueEdge [object]

An edge in a connection.

Attributes
cursor String

A cursor for use in pagination.

The item at the end of the edge.

API:
Github GraphQL API

A list of edges.

nodes PinnedIssue []

PinnedIssue [object]

A Pinned Issue is a issue pinned to a repository's index page.

Implements
Node
Attributes
databaseId Int

Identifies the primary key from the database.

fullDatabaseId BigInt

Identifies the primary key from the database as a BigInt.

id ID

The Node ID of the PinnedIssue object

issue Issue

The issue that was pinned.

pinnedBy Actor

The actor that pinned this issue.

repository Repository

The repository that this issue was pinned to.

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