Skip to main content

PaymentExternalDisputeConnection

The connection type for PaymentExternalDispute.

type PaymentExternalDisputeConnection {
edges: [PaymentExternalDisputeEdge]
nodes: [PaymentExternalDispute]
pageInfo: PageInfo!
totalCount: Int!
totalPageCount: Int!
}

Fields

PaymentExternalDisputeConnection.edges ● [PaymentExternalDisputeEdge] list object

A list of edges.

PaymentExternalDisputeConnection.nodes ● [PaymentExternalDispute] list object

A list of nodes.

PaymentExternalDisputeConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

PaymentExternalDisputeConnection.totalCount ● Int! non-null scalar

Total # of objects returned from this Plural Query. To avoid performance issues count is limited to 1001 if a limit is not explicitly set or if is higher than 1001

PaymentExternalDisputeConnection.totalPageCount ● Int! non-null scalar

Total # of pages, based on total count and pagesize

Returned By

paymentExternalDisputes query