@zeepkist/graphql
    Preparing search index...

    Interface UserLevelsByFavoriteManyToManyEdgeGenqlSelection

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

    interface UserLevelsByFavoriteManyToManyEdgeGenqlSelection {
        cursor?: number | boolean;
        node?: LevelGenqlSelection;
        favorites?: FavoritesConnectionGenqlSelection & {
            __args?: {
                first?: null | number;
                last?: null | number;
                offset?: null | number;
                before?: any;
                after?: any;
                orderBy?: null | FavoritesOrderBy[];
                condition?: null | FavoriteCondition;
                filter?: null | FavoriteFilter;
            };
        };
        __typename?: number
        | boolean;
        __scalar?: number | boolean;
    }
    Index

    Properties

    cursor?: number | boolean

    A cursor for use in pagination.

    The Level at the end of the edge.

    favorites?: FavoritesConnectionGenqlSelection & {
        __args?: {
            first?: null | number;
            last?: null | number;
            offset?: null | number;
            before?: any;
            after?: any;
            orderBy?: null | FavoritesOrderBy[];
            condition?: null | FavoriteCondition;
            filter?: null | FavoriteFilter;
        };
    }

    Reads and enables pagination through a set of Favorite.

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