Github API - Test Config

PinnedIssueEdge [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 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

The item at the end of the edge.

API:
Github GraphQL API