@zeepkist/graphql
    Preparing search index...

    Interface LevelPointsHistoriesEdge

    A LevelPointsHistory edge in the connection.

    interface LevelPointsHistoriesEdge {
        cursor: any;
        node: LevelPointsHistory;
        __typename: "LevelPointsHistoriesEdge";
    }
    Index

    Properties

    cursor: any

    A cursor for use in pagination.

    The LevelPointsHistory at the end of the edge.

    __typename: "LevelPointsHistoriesEdge"