@zeepkist/graphql
    Preparing search index...

    Interface ZslLevelResultMinAggregates

    interface ZslLevelResultMinAggregates {
        levelId: number | null;
        userId: number | null;
        recordId: number | null;
        position: number | null;
        points: number | null;
        time: number | null;
        __typename: "ZslLevelResultMinAggregates";
    }
    Index

    Properties

    levelId: number | null

    Minimum of levelId across the matching connection

    userId: number | null

    Minimum of userId across the matching connection

    recordId: number | null

    Minimum of recordId across the matching connection

    position: number | null

    Minimum of position across the matching connection

    points: number | null

    Minimum of points across the matching connection

    time: number | null

    Minimum of time across the matching connection

    __typename: "ZslLevelResultMinAggregates"