Github API - Test Config

DeployKeyEdge [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 DeployKey

DeployKey [object]

A repository deploy key.

Implements
Node
Attributes
createdAt DateTime

Identifies the date and time when the object was created.

id ID

The Node ID of the DeployKey object

key String

The deploy key.

readOnly Boolean

Whether or not the deploy key is read only.

title String

The deploy key title.

verified Boolean

Whether or not the deploy key has been verified.

API:
Github GraphQL API

The item at the end of the edge.

API:
Github GraphQL API