@zeepkist/graphql
    Preparing search index...

    Interface VoteMinAggregates

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

    Properties

    id: number | null

    Minimum of id across the matching connection

    userId: number | null

    Minimum of userId across the matching connection

    levelId: number | null

    Minimum of levelId across the matching connection

    value: number | null

    Minimum of value across the matching connection

    __typename: "VoteMinAggregates"