@zeepkist/graphql
    Preparing search index...

    Interface LevelItemMaxAggregatesGenqlSelection

    interface LevelItemMaxAggregatesGenqlSelection {
        id?: number | boolean;
        levelId?: number | boolean;
        workshopId?: number | boolean;
        authorId?: number | boolean;
        validationTimeAuthor?: number | boolean;
        validationTimeGold?: number | boolean;
        validationTimeSilver?: number | boolean;
        validationTimeBronze?: number | boolean;
        __typename?: number | boolean;
        __scalar?: number | boolean;
    }
    Index

    Properties

    id?: number | boolean

    Maximum of id across the matching connection

    levelId?: number | boolean

    Maximum of levelId across the matching connection

    workshopId?: number | boolean

    Maximum of workshopId across the matching connection

    authorId?: number | boolean

    Maximum of authorId across the matching connection

    validationTimeAuthor?: number | boolean

    Maximum of validationTimeAuthor across the matching connection

    validationTimeGold?: number | boolean

    Maximum of validationTimeGold across the matching connection

    validationTimeSilver?: number | boolean

    Maximum of validationTimeSilver across the matching connection

    validationTimeBronze?: number | boolean

    Maximum of validationTimeBronze across the matching connection

    __typename?: number | boolean
    __scalar?: number | boolean