@zeepkist/graphql
    Preparing search index...

    Interface SampledFavoritesEdge

    A SampledFavorite edge in the connection.

    interface SampledFavoritesEdge {
        cursor: any;
        node: SampledFavorite;
        __typename: "SampledFavoritesEdge";
    }
    Index

    Properties

    cursor: any

    A cursor for use in pagination.

    The SampledFavorite at the end of the edge.

    __typename: "SampledFavoritesEdge"