Github API - Test Config

ExternalIdentityConnection [object]

The connection type for ExternalIdentity.

Attributes
edges ExternalIdentityEdge []

ExternalIdentityEdge [object]

An edge in a connection.

Attributes
cursor String

A cursor for use in pagination.

The item at the end of the edge.

API:
Github GraphQL API

A list of edges.

nodes ExternalIdentity []

ExternalIdentity [object]

An external identity provisioned by SAML SSO or SCIM. If SAML is configured on
the organization, the external identity is visible to (1) organization owners,
(2) organization owners' personal access tokens (classic) with read:org or
admin:org scope, (3) GitHub App with an installation token with read or write
access to members. If SAML is configured on the enterprise, the external
identity is visible to (1) enterprise owners, (2) enterprise owners' personal
access tokens (classic) with read:enterprise or admin:enterprise scope.

Implements
Node
Attributes
guid String

The GUID for this identity

id ID

The Node ID of the ExternalIdentity object

organizationInvitation OrganizationInvitation

Organization invitation for this SCIM-provisioned external identity

SAML Identity attributes

SCIM Identity attributes

user User

User linked to this external identity. Will be NULL if this identity has not been claimed by an organization member.

API:
Github GraphQL API

A list of nodes.

pageInfo PageInfo

PageInfo [object]

Information about pagination in a connection.

Attributes
endCursor String

When paginating forwards, the cursor to continue.

hasNextPage Boolean

When paginating forwards, are there more items?

hasPreviousPage Boolean

When paginating backwards, are there more items?

startCursor String

When paginating backwards, the cursor to continue.

API:
Github GraphQL API

Information to aid in pagination.

totalCount Int

Int [scalar]

The Int scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.

API:
Github GraphQL API

Identifies the total count of items in the connection.

API:
Github GraphQL API