Github API - Test Config

AddCommentPayload [object]

Autogenerated return type of AddComment

Attributes
clientMutationId 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 unique identifier for the client performing the mutation.

commentEdge IssueCommentEdge

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

The edge from the subject's comment connection.

subject Node

Node [interface]

An object with an ID.

Attributes
id ID

ID of the object.

API:
Github GraphQL API

The subject

timelineEdge IssueTimelineItemEdge

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

The edge from the subject's timeline connection.

API:
Github GraphQL API