@zeepkist/graphql
    Preparing search index...

    Interface LevelPointsEdge

    A LevelPoint edge in the connection.

    interface LevelPointsEdge {
        cursor: any;
        node: LevelPoint;
        __typename: "LevelPointsEdge";
    }
    Index

    Properties

    cursor: any

    A cursor for use in pagination.

    The LevelPoint at the end of the edge.

    __typename: "LevelPointsEdge"