@zeepkist/graphql
    Preparing search index...

    Interface LevelItemStddevPopulationAggregates

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

    Properties

    id: any

    Population standard deviation of id across the matching connection

    levelId: any

    Population standard deviation of levelId across the matching connection

    workshopId: any

    Population standard deviation of workshopId across the matching connection

    authorId: any

    Population standard deviation of authorId across the matching connection

    validationTimeAuthor: null | number

    Population standard deviation of validationTimeAuthor across the matching connection

    validationTimeGold: null | number

    Population standard deviation of validationTimeGold across the matching connection

    validationTimeSilver: null | number

    Population standard deviation of validationTimeSilver across the matching connection

    validationTimeBronze: null | number

    Population standard deviation of validationTimeBronze across the matching connection

    __typename: "LevelItemStddevPopulationAggregates"