@zeepkist/graphql
    Preparing search index...

    Interface RecordSumAggregatesGenqlSelection

    interface RecordSumAggregatesGenqlSelection {
        id?: number | boolean;
        userId?: number | boolean;
        time?: number | boolean;
        levelId?: number | boolean;
        __typename?: number | boolean;
        __scalar?: number | boolean;
    }
    Index

    Properties

    id?: number | boolean

    Sum of id across the matching connection

    userId?: number | boolean

    Sum of userId across the matching connection

    time?: number | boolean

    Sum of time across the matching connection

    levelId?: number | boolean

    Sum of levelId across the matching connection

    __typename?: number | boolean
    __scalar?: number | boolean