Skip to main content

PartyConnection

The connection type for Party.

type PartyConnection {
edges: [PartyEdge]
nodes: [Party]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

PartyConnection.edges ● [PartyEdge] list object

A list of edges.

PartyConnection.nodes ● [Party] list object

A list of nodes.

PartyConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

PartyConnection.totalCount ● Int! non-null scalar

Total count of items in the connection, without considering pagination.

Returned By

persons query