@zeepkist/graphql
    Preparing search index...

    Interface LevelItemSumAggregatesGenqlSelection

    interface LevelItemSumAggregatesGenqlSelection {
        id?: number | boolean;
        levelId?: number | boolean;
        workshopId?: number | boolean;
        authorId?: number | boolean;
        validationTimeAuthor?: number | boolean;
        validationTimeGold?: number | boolean;
        validationTimeSilver?: number | boolean;
        validationTimeBronze?: number | boolean;
        __typename?: number | boolean;
        __scalar?: number | boolean;
    }
    Index

    Properties

    id?: number | boolean

    Sum of id across the matching connection

    levelId?: number | boolean

    Sum of levelId across the matching connection

    workshopId?: number | boolean

    Sum of workshopId across the matching connection

    authorId?: number | boolean

    Sum of authorId across the matching connection

    validationTimeAuthor?: number | boolean

    Sum of validationTimeAuthor across the matching connection

    validationTimeGold?: number | boolean

    Sum of validationTimeGold across the matching connection

    validationTimeSilver?: number | boolean

    Sum of validationTimeSilver across the matching connection

    validationTimeBronze?: number | boolean

    Sum of validationTimeBronze across the matching connection

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