@zeepkist/graphql
    Preparing search index...

    Interface LevelItemStddevSampleAggregates

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

    Properties

    id: any

    Sample standard deviation of id across the matching connection

    levelId: any

    Sample standard deviation of levelId across the matching connection

    workshopId: any

    Sample standard deviation of workshopId across the matching connection

    authorId: any

    Sample standard deviation of authorId across the matching connection

    validationTimeAuthor: null | number

    Sample standard deviation of validationTimeAuthor across the matching connection

    validationTimeGold: null | number

    Sample standard deviation of validationTimeGold across the matching connection

    validationTimeSilver: null | number

    Sample standard deviation of validationTimeSilver across the matching connection

    validationTimeBronze: null | number

    Sample standard deviation of validationTimeBronze across the matching connection

    __typename: "LevelItemStddevSampleAggregates"