@zeepkist/graphql
    Preparing search index...

    Interface UserToManyUpvoteFilter

    A filter to be used against many Upvote object types. All fields are combined with a logical ‘and.’

    interface UserToManyUpvoteFilter {
        every?: null | UpvoteFilter;
        some?: null | UpvoteFilter;
        none?: null | UpvoteFilter;
    }
    Index

    Properties

    Properties

    every?: null | UpvoteFilter

    Every related Upvote matches the filter criteria. All fields are combined with a logical ‘and.’

    some?: null | UpvoteFilter

    Some related Upvote matches the filter criteria. All fields are combined with a logical ‘and.’

    none?: null | UpvoteFilter

    No related Upvote matches the filter criteria. All fields are combined with a logical ‘and.’