@zeepkist/graphql
    Preparing search index...

    Interface UserPointsHistoriesEdge

    A UserPointsHistory edge in the connection.

    interface UserPointsHistoriesEdge {
        cursor: any;
        node: UserPointsHistory;
        __typename: "UserPointsHistoriesEdge";
    }
    Index

    Properties

    cursor: any

    A cursor for use in pagination.

    The UserPointsHistory at the end of the edge.

    __typename: "UserPointsHistoriesEdge"