@zeepkist/graphql
    Preparing search index...

    Interface VoteMaxAggregates

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

    Properties

    id: null | number

    Maximum of id across the matching connection

    userId: null | number

    Maximum of userId across the matching connection

    levelId: null | number

    Maximum of levelId across the matching connection

    value: null | number

    Maximum of value across the matching connection

    __typename: "VoteMaxAggregates"