Skip to main content

IdentityConnection

The connection type for Identity

type IdentityConnection {
edges: [IdentityEdge!]
nodes: [Identity!]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

IdentityConnection.edges ● [IdentityEdge!] list object

A list of edges.

IdentityConnection.nodes ● [Identity!] list union

A list of nodes.

IdentityConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

IdentityConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.

Returned By

identities query

Member Of

Application object