DisputeEdge
An edge in a connection.
type DisputeEdge {
cursor: String!
node: Dispute
}
Fields
DisputeEdge.cursor ● String! non-null scalar
A cursor for use in pagination.
DisputeEdge.node ● Dispute interface
The item at the end of the edge.
Member Of
DisputeConnection object