@zeepkist/graphql
    Preparing search index...

    Interface VoteMinAggregates

    interface VoteMinAggregates {
        id: null | number;
        userId: null | number;
        levelId: null | number;
        value: null | number;
        __typename: "VoteMinAggregates";
    }
    Index

    Properties

    id: null | number

    Minimum of id across the matching connection

    userId: null | number

    Minimum of userId across the matching connection

    levelId: null | number

    Minimum of levelId across the matching connection

    value: null | number

    Minimum of value across the matching connection

    __typename: "VoteMinAggregates"