@zeepkist/graphql
    Preparing search index...

    Interface LevelPointsEdgeGenqlSelection

    A LevelPoint edge in the connection.

    interface LevelPointsEdgeGenqlSelection {
        cursor?: number | boolean;
        node?: LevelPointGenqlSelection;
        __typename?: number | boolean;
        __scalar?: number | boolean;
    }
    Index

    Properties

    cursor?: number | boolean

    A cursor for use in pagination.

    The LevelPoint at the end of the edge.

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