@zeepkist/graphql
    Preparing search index...

    Interface VoteMaxAggregates

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

    Properties

    id: number | null

    Maximum of id across the matching connection

    userId: number | null

    Maximum of userId across the matching connection

    levelId: number | null

    Maximum of levelId across the matching connection

    value: number | null

    Maximum of value across the matching connection

    __typename: "VoteMaxAggregates"