MerchantPaymentConnection
Implements the Relay Connection interface, used to paginate list of element (Learn More)
type MerchantPaymentConnection implements Connection {
pageInfo: PageInfo!
edges: [MerchantPaymentEdge!]!
totalCount: Int!
}
Fields
MerchantPaymentConnection.pageInfo
● PageInfo!
non-null object
Information about the current, the previous and the next page
MerchantPaymentConnection.edges
● [MerchantPaymentEdge!]!
non-null object
Edge list
MerchantPaymentConnection.totalCount
● Int!
non-null scalar
Total number of element in the list
Interfaces
Connection
interface
Relay Connection type, used to paginate list of element (Learn More)
Returned By
merchantPayments
query
Member Of
MerchantProfile
object