@zeepkist/graphql
    Preparing search index...

    Interface PersonalBestGlobalsEdge

    A PersonalBestGlobal edge in the connection.

    interface PersonalBestGlobalsEdge {
        cursor: any;
        node: PersonalBestGlobal;
        __typename: "PersonalBestGlobalsEdge";
    }
    Index

    Properties

    cursor: any

    A cursor for use in pagination.

    The PersonalBestGlobal at the end of the edge.

    __typename: "PersonalBestGlobalsEdge"