interface ClaimProofEdge {
    node: ClaimProofNode;
    cursor: string;
}

Properties

Properties

cursor: string