@zeepkist/graphql
    Preparing search index...

    Interface LevelsEdge

    A Level edge in the connection.

    interface LevelsEdge {
        cursor: any;
        node: Level;
        __typename: "LevelsEdge";
    }
    Index

    Properties

    cursor: any

    A cursor for use in pagination.

    node: Level

    The Level at the end of the edge.

    __typename: "LevelsEdge"