@zeepkist/graphql
    Preparing search index...

    Interface LevelItemStddevPopulationAggregates

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

    Population standard deviation of validationTimeAuthor across the matching connection

    validationTimeGold: number | null

    Population standard deviation of validationTimeGold across the matching connection

    validationTimeSilver: number | null

    Population standard deviation of validationTimeSilver across the matching connection

    validationTimeBronze: number | null

    Population standard deviation of validationTimeBronze across the matching connection

    __typename: "LevelItemStddevPopulationAggregates"