@zeepkist/graphql
    Preparing search index...

    Interface UserRecordsByPersonalBestGlobalManyToManyConnection

    A connection to a list of Record values, with data from PersonalBestGlobal.

    interface UserRecordsByPersonalBestGlobalManyToManyConnection {
        nodes: Record[];
        edges: UserRecordsByPersonalBestGlobalManyToManyEdge[];
        pageInfo: PageInfo;
        totalCount: number;
        __typename: "UserRecordsByPersonalBestGlobalManyToManyConnection";
    }
    Index

    Properties

    nodes: Record[]

    A list of Record objects.

    A list of edges which contains the Record, info from the PersonalBestGlobal, and the cursor to aid in pagination.

    pageInfo: PageInfo

    Information to aid in pagination.

    totalCount: number

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

    __typename: "UserRecordsByPersonalBestGlobalManyToManyConnection"