@zeepkist/graphql
    Preparing search index...

    Interface LevelItemAverageAggregates

    interface LevelItemAverageAggregates {
        id: any;
        levelId: any;
        workshopId: any;
        authorId: any;
        validationTimeAuthor: number | null;
        validationTimeGold: number | null;
        validationTimeSilver: number | null;
        validationTimeBronze: number | null;
        __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: number | null

    Mean average of validationTimeAuthor across the matching connection

    validationTimeGold: number | null

    Mean average of validationTimeGold across the matching connection

    validationTimeSilver: number | null

    Mean average of validationTimeSilver across the matching connection

    validationTimeBronze: number | null

    Mean average of validationTimeBronze across the matching connection

    __typename: "LevelItemAverageAggregates"