Raindex SDK Documentation
    Preparing search index...

    Interface SgPaginationWithIdQueryVariables

    interface SgPaginationWithIdQueryVariables {
        first?: number;
        id: string;
        skip?: number;
    }
    Index

    Properties

    Properties

    first?: number
    id: string
    skip?: number