@zeepkist/graphql
    Preparing search index...

    Interface SampledPersonalBestGlobalsConnection

    A connection to a list of SampledPersonalBestGlobal values.

    interface SampledPersonalBestGlobalsConnection {
        nodes: SampledPersonalBestGlobal[];
        edges: SampledPersonalBestGlobalsEdge[];
        pageInfo: PageInfo;
        totalCount: number;
        __typename: "SampledPersonalBestGlobalsConnection";
    }
    Index

    Properties

    A list of SampledPersonalBestGlobal objects.

    A list of edges which contains the SampledPersonalBestGlobal and cursor to aid in pagination.

    pageInfo: PageInfo

    Information to aid in pagination.

    totalCount: number

    The count of all SampledPersonalBestGlobal you could get from the connection.

    __typename: "SampledPersonalBestGlobalsConnection"