@zeepkist/graphql
    Preparing search index...

    Interface LevelItemMinAggregatesGenqlSelection

    interface LevelItemMinAggregatesGenqlSelection {
        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

    Minimum of id across the matching connection

    levelId?: number | boolean

    Minimum of levelId across the matching connection

    workshopId?: number | boolean

    Minimum of workshopId across the matching connection

    authorId?: number | boolean

    Minimum of authorId across the matching connection

    validationTimeAuthor?: number | boolean

    Minimum of validationTimeAuthor across the matching connection

    validationTimeGold?: number | boolean

    Minimum of validationTimeGold across the matching connection

    validationTimeSilver?: number | boolean

    Minimum of validationTimeSilver across the matching connection

    validationTimeBronze?: number | boolean

    Minimum of validationTimeBronze across the matching connection

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