@zeepkist/graphql
    Preparing search index...

    Interface LevelItemMinAggregates

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

    Properties

    id: number | null

    Minimum of id across the matching connection

    levelId: number | null

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

    Minimum of validationTimeAuthor across the matching connection

    validationTimeGold: number | null

    Minimum of validationTimeGold across the matching connection

    validationTimeSilver: number | null

    Minimum of validationTimeSilver across the matching connection

    validationTimeBronze: number | null

    Minimum of validationTimeBronze across the matching connection

    __typename: "LevelItemMinAggregates"