@zeepkist/graphql
    Preparing search index...

    Interface FavoritesConnectionGenqlSelection

    A connection to a list of Favorite values.

    interface FavoritesConnectionGenqlSelection {
        nodes?: FavoriteGenqlSelection;
        edges?: FavoritesEdgeGenqlSelection;
        pageInfo?: PageInfoGenqlSelection;
        totalCount?: number | boolean;
        __typename?: number | boolean;
        __scalar?: number | boolean;
    }
    Index

    Properties

    A list of Favorite objects.

    A list of edges which contains the Favorite and cursor to aid in pagination.

    Information to aid in pagination.

    totalCount?: number | boolean

    The count of all Favorite you could get from the connection.

    __typename?: number | boolean
    __scalar?: number | boolean