@zeepkist/graphql
    Preparing search index...

    Interface SampledPersonalBestGlobalsEdge

    A SampledPersonalBestGlobal edge in the connection.

    interface SampledPersonalBestGlobalsEdge {
        cursor: any;
        node: SampledPersonalBestGlobal;
        __typename: "SampledPersonalBestGlobalsEdge";
    }
    Index

    Properties

    cursor: any

    A cursor for use in pagination.

    The SampledPersonalBestGlobal at the end of the edge.

    __typename: "SampledPersonalBestGlobalsEdge"