@zeepkist/graphql
    Preparing search index...

    Interface ZslLevelResultMinAggregates

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

    Properties

    levelId: null | number

    Minimum of levelId across the matching connection

    userId: null | number

    Minimum of userId across the matching connection

    recordId: null | number

    Minimum of recordId across the matching connection

    position: null | number

    Minimum of position across the matching connection

    points: null | number

    Minimum of points across the matching connection

    time: null | number

    Minimum of time across the matching connection

    __typename: "ZslLevelResultMinAggregates"