@zeepkist/graphql
    Preparing search index...

    Interface UserLevelsByFavouriteManyToManyEdgeGenqlSelection

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

    interface UserLevelsByFavouriteManyToManyEdgeGenqlSelection {
        cursor?: number | boolean;
        node?: LevelGenqlSelection;
        favourites?: FavouritesConnectionGenqlSelection & {
            __args?: {
                first?: null | number;
                last?: null | number;
                offset?: null | number;
                before?: any;
                after?: any;
                orderBy?: null | FavouritesOrderBy[];
                condition?: null | FavouriteCondition;
                filter?: null | FavouriteFilter;
            };
        };
        __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.

    favourites?: FavouritesConnectionGenqlSelection & {
        __args?: {
            first?: null | number;
            last?: null | number;
            offset?: null | number;
            before?: any;
            after?: any;
            orderBy?: null | FavouritesOrderBy[];
            condition?: null | FavouriteCondition;
            filter?: null | FavouriteFilter;
        };
    }

    Reads and enables pagination through a set of Favourite.

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