Skip to main content

DisputeConnection

A connection to a list of items.

type DisputeConnection {
edges: [DisputeEdge!]
nodes: [Dispute!]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

DisputeConnection.edges ● [DisputeEdge!] list object

A list of edges.

DisputeConnection.nodes ● [Dispute!] list object

A flattened list of the nodes

DisputeConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

DisputeConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.

Returned By

disputes query