Github API - Test Config

EnterpriseServerUserAccountEmailEdge [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 EnterpriseServerUserAccountEmail

EnterpriseServerUserAccountEmail [object]

An email belonging to a user account on an Enterprise Server installation.

Implements
Node
Attributes
createdAt DateTime

Identifies the date and time when the object was created.

email String

The email address.

id ID

The Node ID of the EnterpriseServerUserAccountEmail object

isPrimary Boolean

Indicates whether this is the primary email of the associated user account.

updatedAt DateTime

Identifies the date and time when the object was last updated.

The user account to which the email belongs.

API:
Github GraphQL API

The item at the end of the edge.

API:
Github GraphQL API