@zeepkist/graphql
    Preparing search index...

    Interface FavouriteMaxAggregates

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

    Properties

    id: null | number

    Maximum of id across the matching connection

    userId: null | number

    Maximum of userId across the matching connection

    levelId: null | number

    Maximum of levelId across the matching connection

    __typename: "FavouriteMaxAggregates"