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