@zeepkist/graphql
    Preparing search index...

    Interface VoteMinAggregatesGenqlSelection

    interface VoteMinAggregatesGenqlSelection {
        id?: number | boolean;
        userId?: number | boolean;
        levelId?: number | boolean;
        value?: number | boolean;
        __typename?: number | boolean;
        __scalar?: number | boolean;
    }
    Index

    Properties

    id?: number | boolean

    Minimum of id across the matching connection

    userId?: number | boolean

    Minimum of userId across the matching connection

    levelId?: number | boolean

    Minimum of levelId across the matching connection

    value?: number | boolean

    Minimum of value across the matching connection

    __typename?: number | boolean
    __scalar?: number | boolean