Left Curve Software Stack
    Preparing search index...

    Type Alias GraphqlPagination

    type GraphqlPagination = {
        after?: string;
        before?: string;
        first?: number;
        last?: number;
        sortBy?: string;
    }
    Index

    Properties

    after?: string
    before?: string
    first?: number
    last?: number
    sortBy?: string