@zeepkist/graphql
    Preparing search index...

    Interface LevelItemsEdge

    A LevelItem edge in the connection.

    interface LevelItemsEdge {
        cursor: any;
        node: LevelItem;
        __typename: "LevelItemsEdge";
    }
    Index

    Properties

    cursor: any

    A cursor for use in pagination.

    node: LevelItem

    The LevelItem at the end of the edge.

    __typename: "LevelItemsEdge"