DisputeEdge
One dispute together with the cursor that marks its position in the connection.
type DisputeEdge {
node: Dispute!
cursor: String!
}
Fields
DisputeEdge.node ● Dispute! non-null object
The item at the end of the edge.
DisputeEdge.cursor ● String! non-null scalar
A cursor for use in pagination.
Member Of
DisputeConnection object