@zeepkist/graphql
    Preparing search index...

    Interface FavouriteSumAggregates

    interface FavouriteSumAggregates {
        id: any;
        userId: any;
        levelId: any;
        __typename: "FavouriteSumAggregates";
    }
    Index

    Properties

    id: any

    Sum of id across the matching connection

    userId: any

    Sum of userId across the matching connection

    levelId: any

    Sum of levelId across the matching connection

    __typename: "FavouriteSumAggregates"