@zeepkist/graphql
    Preparing search index...

    Interface WorldRecordGlobalsEdge

    A WorldRecordGlobal edge in the connection.

    interface WorldRecordGlobalsEdge {
        cursor: any;
        node: WorldRecordGlobal;
        __typename: "WorldRecordGlobalsEdge";
    }
    Index

    Properties

    cursor: any

    A cursor for use in pagination.

    The WorldRecordGlobal at the end of the edge.

    __typename: "WorldRecordGlobalsEdge"