@zeepkist/graphql
    Preparing search index...

    Interface WorldRecordGlobalsEdgeGenqlSelection

    A WorldRecordGlobal edge in the connection.

    interface WorldRecordGlobalsEdgeGenqlSelection {
        cursor?: number | boolean;
        node?: WorldRecordGlobalGenqlSelection;
        __typename?: number | boolean;
        __scalar?: number | boolean;
    }
    Index

    Properties

    cursor?: number | boolean

    A cursor for use in pagination.

    The WorldRecordGlobal at the end of the edge.

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