MerchantPaymentConnection
No description
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)
Member Of
MerchantProfile
object