Github API - Test Config

CheckAnnotationEdge [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 CheckAnnotation

CheckAnnotation [object]

A single check annotation.

Attributes
annotationLevel CheckAnnotationLevel

The annotation's severity level.

blobUrl URI

The path to the file that this annotation was made on.

databaseId Int

Identifies the primary key from the database.

The position of this annotation.

message String

The annotation's message.

path String

The path that this annotation was made on.

rawDetails String

Additional information about the annotation.

title String

The annotation's title

API:
Github GraphQL API

The item at the end of the edge.

API:
Github GraphQL API