Interface IRawCursor

Represents a cursor object used for pagination.

interface IRawCursor {
    __typename: string;
    cursorType: string;
    entryType: string;
    value: string;
}

Properties

__typename: string
cursorType: string
entryType: string
value: string