@zeepkist/graphql
    Preparing search index...

    Interface PersonalBestGlobalsConnection

    A connection to a list of PersonalBestGlobal values.

    interface PersonalBestGlobalsConnection {
        nodes: PersonalBestGlobal[];
        edges: PersonalBestGlobalsEdge[];
        pageInfo: PageInfo;
        totalCount: number;
        __typename: "PersonalBestGlobalsConnection";
    }
    Index

    Properties

    A list of PersonalBestGlobal objects.

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

    pageInfo: PageInfo

    Information to aid in pagination.

    totalCount: number

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

    __typename: "PersonalBestGlobalsConnection"