@zeepkist/graphql
    Preparing search index...

    Interface LevelItemMaxAggregates

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

    Properties

    id: null | number

    Maximum of id across the matching connection

    levelId: null | number

    Maximum of levelId across the matching connection

    workshopId: any

    Maximum of workshopId across the matching connection

    authorId: any

    Maximum of authorId across the matching connection

    validationTimeAuthor: null | number

    Maximum of validationTimeAuthor across the matching connection

    validationTimeGold: null | number

    Maximum of validationTimeGold across the matching connection

    validationTimeSilver: null | number

    Maximum of validationTimeSilver across the matching connection

    validationTimeBronze: null | number

    Maximum of validationTimeBronze across the matching connection

    __typename: "LevelItemMaxAggregates"