Github API - Test Config

DiscussionCategoryEdge [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 DiscussionCategory

DiscussionCategory [object]

A category for discussions in a repository.

Implements
NodeRepositoryNode
Attributes
createdAt DateTime

Identifies the date and time when the object was created.

description String

A description of this category.

emoji String

An emoji representing this category.

emojiHTML HTML

This category's emoji rendered as HTML.

id ID

The Node ID of the DiscussionCategory object

isAnswerable Boolean

Whether or not discussions in this category support choosing an answer with the markDiscussionCommentAsAnswer mutation.

name String

The name of this category.

repository Repository

The repository associated with this node.

slug String

The slug of this category.

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