@zeepkist/graphql
    Preparing search index...

    Interface LevelItemsEdgeGenqlSelection

    A LevelItem edge in the connection.

    interface LevelItemsEdgeGenqlSelection {
        cursor?: number | boolean;
        node?: LevelItemGenqlSelection;
        __typename?: number | boolean;
        __scalar?: number | boolean;
    }
    Index

    Properties

    cursor?: number | boolean

    A cursor for use in pagination.

    The LevelItem at the end of the edge.

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