@zeepkist/graphql
    Preparing search index...

    Interface SampledLevelPointsEdge

    A SampledLevelPoint edge in the connection.

    interface SampledLevelPointsEdge {
        cursor: any;
        node: SampledLevelPoint;
        __typename: "SampledLevelPointsEdge";
    }
    Index

    Properties

    cursor: any

    A cursor for use in pagination.

    The SampledLevelPoint at the end of the edge.

    __typename: "SampledLevelPointsEdge"