@zeepkist/graphql
    Preparing search index...

    Interface LevelItemAverageAggregates

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

    Properties

    id: any

    Mean average of id across the matching connection

    levelId: any

    Mean average of levelId across the matching connection

    workshopId: any

    Mean average of workshopId across the matching connection

    authorId: any

    Mean average of authorId across the matching connection

    validationTimeAuthor: null | number

    Mean average of validationTimeAuthor across the matching connection

    validationTimeGold: null | number

    Mean average of validationTimeGold across the matching connection

    validationTimeSilver: null | number

    Mean average of validationTimeSilver across the matching connection

    validationTimeBronze: null | number

    Mean average of validationTimeBronze across the matching connection

    __typename: "LevelItemAverageAggregates"