WithdrawalEdge
Edge type containing the withdrawal and cursor information returned by a WithdrawalsConnection
type WithdrawalEdge {
node: Withdrawal!
cursor: String!
}
Fields
WithdrawalEdge.node
● Withdrawal!
non-null object
The withdrawal
WithdrawalEdge.cursor
● String!
non-null scalar
The cursor for the withdrawal
Member of
WithdrawalsConnection
object