@zeepkist/graphql
    Preparing search index...

    Interface UserPointsHistoriesEdgeGenqlSelection

    A UserPointsHistory edge in the connection.

    interface UserPointsHistoriesEdgeGenqlSelection {
        cursor?: number | boolean;
        node?: UserPointsHistoryGenqlSelection;
        __typename?: number | boolean;
        __scalar?: number | boolean;
    }
    Index

    Properties

    cursor?: number | boolean

    A cursor for use in pagination.

    The UserPointsHistory at the end of the edge.

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