@zeepkist/graphql
    Preparing search index...

    Interface UserLevelsByFavoriteManyToManyEdge

    A Level edge in the connection, with data from Favorite.

    interface UserLevelsByFavoriteManyToManyEdge {
        cursor: any;
        node: Level;
        favorites: FavoritesConnection;
        __typename: "UserLevelsByFavoriteManyToManyEdge";
    }
    Index

    Properties

    cursor: any

    A cursor for use in pagination.

    node: Level

    The Level at the end of the edge.

    Reads and enables pagination through a set of Favorite.

    __typename: "UserLevelsByFavoriteManyToManyEdge"