@zeepkist/graphql
    Preparing search index...

    Interface LevelUsersByFavouriteManyToManyEdge

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

    interface LevelUsersByFavouriteManyToManyEdge {
        cursor: any;
        node: User;
        favourites: FavouritesConnection;
        __typename: "LevelUsersByFavouriteManyToManyEdge";
    }
    Index

    Properties

    cursor: any

    A cursor for use in pagination.

    node: User

    The User at the end of the edge.

    Reads and enables pagination through a set of Favourite.

    __typename: "LevelUsersByFavouriteManyToManyEdge"