@zeepkist/graphql
    Preparing search index...

    Interface UserRecordsByPersonalBestGlobalManyToManyConnectionGenqlSelection

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

    interface UserRecordsByPersonalBestGlobalManyToManyConnectionGenqlSelection {
        nodes?: RecordGenqlSelection;
        edges?: UserRecordsByPersonalBestGlobalManyToManyEdgeGenqlSelection;
        pageInfo?: PageInfoGenqlSelection;
        totalCount?: number | boolean;
        __typename?: number | boolean;
        __scalar?: number | boolean;
    }
    Index

    Properties

    A list of Record objects.

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

    Information to aid in pagination.

    totalCount?: number | boolean

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

    __typename?: number | boolean
    __scalar?: number | boolean