@zeepkist/graphql
    Preparing search index...

    Interface FavouriteMinAggregates

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

    Properties

    id: null | number

    Minimum of id across the matching connection

    userId: null | number

    Minimum of userId across the matching connection

    levelId: null | number

    Minimum of levelId across the matching connection

    __typename: "FavouriteMinAggregates"