Github API - Test Config

PublicKeyEdge [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 PublicKey

PublicKey [object]

A user's public key.

Implements
Node
Attributes
accessedAt DateTime

The last time this authorization was used to perform an action. Values will be null for keys not owned by the user.

createdAt DateTime

Identifies the date and time when the key was created. Keys created before
March 5th, 2014 have inaccurate values. Values will be null for keys not owned by the user.

fingerprint String

The fingerprint for this PublicKey.

id ID

The Node ID of the PublicKey object

isReadOnly Boolean

Whether this PublicKey is read-only or not. Values will be null for keys not owned by the user.

key String

The public key string.

updatedAt DateTime

Identifies the date and time when the key was updated. Keys created before
March 5th, 2014 may have inaccurate values. Values will be null for keys not
owned by the user.

API:
Github GraphQL API

The item at the end of the edge.

API:
Github GraphQL API