@zeepkist/graphql
    Preparing search index...

    Interface LevelPointsHistoriesEdgeGenqlSelection

    A LevelPointsHistory edge in the connection.

    interface LevelPointsHistoriesEdgeGenqlSelection {
        cursor?: number | boolean;
        node?: LevelPointsHistoryGenqlSelection;
        __typename?: number | boolean;
        __scalar?: number | boolean;
    }
    Index

    Properties

    cursor?: number | boolean

    A cursor for use in pagination.

    The LevelPointsHistory at the end of the edge.

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