Interface NodeAndEdgeCollectionResponseWithCursorV3Response

interface NodeAndEdgeCollectionResponseWithCursorV3Response {
    items: NodeOrEdge[];
    nextCursor?: string;
    typing?: TypeInformationOuter;
}

Properties

items: NodeOrEdge[]

List of nodes and edges

nextCursor?: string

The cursor value used to return (paginate to) the next page of results, when more data is available.

Spaces for the requested view and containers