PaymentMerchantEdge
An edge in a connection.
type PaymentMerchantEdge {
cursor: String!
node: PaymentMerchant
}
Fields
PaymentMerchantEdge.cursor ● String! non-null scalar
A cursor for use in pagination.
PaymentMerchantEdge.node ● PaymentMerchant object
The item at the end of the edge.
Member Of
PaymentMerchantConnection object