@zeepkist/graphql
    Preparing search index...

    Interface UserPointsEdge

    A UserPoint edge in the connection.

    interface UserPointsEdge {
        cursor: any;
        node: UserPoint;
        __typename: "UserPointsEdge";
    }
    Index

    Properties

    cursor: any

    A cursor for use in pagination.

    node: UserPoint

    The UserPoint at the end of the edge.

    __typename: "UserPointsEdge"