IdentityEdge
An edge in a IdentityConnection.
type IdentityEdge {
cursor: ID!
node: Identity!
}
Fields
IdentityEdge.cursor ● ID! non-null scalar
A cursor for use in pagination
IdentityEdge.node ● Identity! non-null union
The item at the end of the edge
Member Of
IdentityConnection object