@zeepkist/graphql
    Preparing search index...

    Interface LevelItemVariancePopulationAggregates

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

    Properties

    id: any

    Population variance of id across the matching connection

    levelId: any

    Population variance of levelId across the matching connection

    workshopId: any

    Population variance of workshopId across the matching connection

    authorId: any

    Population variance of authorId across the matching connection

    validationTimeAuthor: null | number

    Population variance of validationTimeAuthor across the matching connection

    validationTimeGold: null | number

    Population variance of validationTimeGold across the matching connection

    validationTimeSilver: null | number

    Population variance of validationTimeSilver across the matching connection

    validationTimeBronze: null | number

    Population variance of validationTimeBronze across the matching connection

    __typename: "LevelItemVariancePopulationAggregates"