@zeepkist/graphql
    Preparing search index...

    Interface LevelItemMinAggregates

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

    Properties

    id: null | number

    Minimum of id across the matching connection

    levelId: null | number

    Minimum of levelId across the matching connection

    workshopId: any

    Minimum of workshopId across the matching connection

    authorId: any

    Minimum of authorId across the matching connection

    validationTimeAuthor: null | number

    Minimum of validationTimeAuthor across the matching connection

    validationTimeGold: null | number

    Minimum of validationTimeGold across the matching connection

    validationTimeSilver: null | number

    Minimum of validationTimeSilver across the matching connection

    validationTimeBronze: null | number

    Minimum of validationTimeBronze across the matching connection

    __typename: "LevelItemMinAggregates"