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