@zeepkist/graphql
    Preparing search index...

    Interface SampledUserPointsEdge

    A SampledUserPoint edge in the connection.

    interface SampledUserPointsEdge {
        cursor: any;
        node: SampledUserPoint;
        __typename: "SampledUserPointsEdge";
    }
    Index

    Properties

    cursor: any

    A cursor for use in pagination.

    The SampledUserPoint at the end of the edge.

    __typename: "SampledUserPointsEdge"