@zeepkist/graphql
    Preparing search index...

    Interface UserLevelsByFavouriteManyToManyEdge

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

    interface UserLevelsByFavouriteManyToManyEdge {
        cursor: any;
        node: Level;
        favourites: FavouritesConnection;
        __typename: "UserLevelsByFavouriteManyToManyEdge";
    }
    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 Favourite.

    __typename: "UserLevelsByFavouriteManyToManyEdge"