DirectDepositConnection
A paginated array of DirectDeposits, per the Relay server spec.
type DirectDepositConnection {
edges: [DirectDepositEdge!]
pageInfo: PageInfo!
}
A paginated array of DirectDeposits, per the Relay server spec.
type DirectDepositConnection {
edges: [DirectDepositEdge!]
pageInfo: PageInfo!
}
DirectDepositConnection.edges ● [DirectDepositEdge!] list objectDirectDepositConnection.pageInfo ● PageInfo! non-null object