@zeepkist/graphql
    Preparing search index...

    Interface FavouriteMaxAggregates

    interface FavouriteMaxAggregates {
        id: number | null;
        userId: number | null;
        levelId: number | null;
        __typename: "FavouriteMaxAggregates";
    }
    Index

    Properties

    id: number | null

    Maximum of id across the matching connection

    userId: number | null

    Maximum of userId across the matching connection

    levelId: number | null

    Maximum of levelId across the matching connection

    __typename: "FavouriteMaxAggregates"