@zeepkist/graphql
    Preparing search index...

    Interface LevelItemSumAggregates

    interface LevelItemSumAggregates {
        id: any;
        levelId: any;
        workshopId: any;
        authorId: any;
        validationTimeAuthor: number;
        validationTimeGold: number;
        validationTimeSilver: number;
        validationTimeBronze: number;
        __typename: "LevelItemSumAggregates";
    }
    Index

    Properties

    id: any

    Sum of id across the matching connection

    levelId: any

    Sum of levelId across the matching connection

    workshopId: any

    Sum of workshopId across the matching connection

    authorId: any

    Sum of authorId across the matching connection

    validationTimeAuthor: number

    Sum of validationTimeAuthor across the matching connection

    validationTimeGold: number

    Sum of validationTimeGold across the matching connection

    validationTimeSilver: number

    Sum of validationTimeSilver across the matching connection

    validationTimeBronze: number

    Sum of validationTimeBronze across the matching connection

    __typename: "LevelItemSumAggregates"