@zeepkist/graphql
    Preparing search index...

    Interface FavoritesEdge

    A Favorite edge in the connection.

    interface FavoritesEdge {
        cursor: any;
        node: Favorite;
        __typename: "FavoritesEdge";
    }
    Index

    Properties

    cursor: any

    A cursor for use in pagination.

    node: Favorite

    The Favorite at the end of the edge.

    __typename: "FavoritesEdge"