@zeepkist/graphql
    Preparing search index...

    Interface LevelItemMaxAggregates

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

    Properties

    id: number | null

    Maximum of id across the matching connection

    levelId: number | null

    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: number | null

    Maximum of validationTimeAuthor across the matching connection

    validationTimeGold: number | null

    Maximum of validationTimeGold across the matching connection

    validationTimeSilver: number | null

    Maximum of validationTimeSilver across the matching connection

    validationTimeBronze: number | null

    Maximum of validationTimeBronze across the matching connection

    __typename: "LevelItemMaxAggregates"