Github API - Test Config

SavedReplyEdge [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 SavedReply

SavedReply [object]

A Saved Reply is text a user can use to reply quickly.

Implements
Node
Attributes
body String

The body of the saved reply.

bodyHTML HTML

The saved reply body rendered to HTML.

databaseId Int

Identifies the primary key from the database.

id ID

The Node ID of the SavedReply object

title String

The title of the saved reply.

user Actor

The user that saved this reply.

API:
Github GraphQL API

The item at the end of the edge.

API:
Github GraphQL API