StatementConnection
Implements the Relay Connection interface, used to paginate lists of elements. (Learn More).
type StatementConnection implements Connection {
pageInfo: PageInfo!
totalCount: Int!
edges: [StatementEdge!]!
}
Fields
StatementConnection.pageInfo ● PageInfo! non-null object
StatementConnection.totalCount ● Int! non-null scalar
StatementConnection.edges ● [StatementEdge!]! non-null object
Interfaces
Connection interface
Relay Connection type, used to paginate list of element (Learn More)
Member Of
Account object