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!
}
edges
● [DirectDepositEdge!]
list objectpageInfo
● PageInfo!
non-null object