@zeepkist/graphql
    Preparing search index...

    Interface FavouriteDistinctCountAggregates

    interface FavouriteDistinctCountAggregates {
        id: any;
        userId: any;
        dateCreated: any;
        dateUpdated: any;
        levelId: any;
        __typename: "FavouriteDistinctCountAggregates";
    }
    Index

    Properties

    id: any

    Distinct count of id across the matching connection

    userId: any

    Distinct count of userId across the matching connection

    dateCreated: any

    Distinct count of dateCreated across the matching connection

    dateUpdated: any

    Distinct count of dateUpdated across the matching connection

    levelId: any

    Distinct count of levelId across the matching connection

    __typename: "FavouriteDistinctCountAggregates"