Github API - Test Config

UserContentEditEdge [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 UserContentEdit

UserContentEdit [object]

An edit on user content

Implements
Node
Attributes
createdAt DateTime

Identifies the date and time when the object was created.

deletedAt DateTime

Identifies the date and time when the object was deleted.

deletedBy Actor

The actor who deleted this content

diff String

A summary of the changes for this edit

editedAt DateTime

When this content was edited

editor Actor

The actor who edited this content

id ID

The Node ID of the UserContentEdit object

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