DepositEdge
Edge type containing the deposit and cursor information returned by a DepositsConnection
type DepositEdge {
node: Deposit!
cursor: String!
}
Fields
DepositEdge.node ● Deposit! non-null object
DepositEdge.cursor ● String! non-null scalar
Member of
DepositsConnection object