@zeepkist/graphql
    Preparing search index...

    Interface LevelUsersByFavoriteManyToManyEdge

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

    interface LevelUsersByFavoriteManyToManyEdge {
        cursor: any;
        node: User;
        favorites: FavoritesConnection;
        __typename: "LevelUsersByFavoriteManyToManyEdge";
    }
    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 Favorite.

    __typename: "LevelUsersByFavoriteManyToManyEdge"