Github API - Test Config

PinnedDiscussionEdge [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 PinnedDiscussion

PinnedDiscussion [object]

A Pinned Discussion is a discussion pinned to a repository's index page.

Implements
NodeRepositoryNode
Attributes
createdAt DateTime

Identifies the date and time when the object was created.

databaseId Int

Identifies the primary key from the database.

discussion Discussion

The discussion that was pinned.

gradientStopColors String []

Color stops of the chosen gradient

id ID

The Node ID of the PinnedDiscussion object

Background texture pattern

pinnedBy Actor

The actor that pinned this discussion.

preconfiguredGradient PinnedDiscussionGradient

Preconfigured background gradient option

repository Repository

The repository associated with this node.

updatedAt DateTime

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

API:
Github GraphQL API

The item at the end of the edge.

API:
Github GraphQL API