Skip to main content

PersonaConnection

The connection type for Persona.

type PersonaConnection {
edges: [PersonaEdge]
nodes: [Persona]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

PersonaConnection.edges ● [PersonaEdge] list object

A list of edges.

PersonaConnection.nodes ● [Persona] list object

A list of nodes.

PersonaConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

PersonaConnection.totalCount ● Int! non-null scalar

Returned By

personas query