@zeepkist/graphql
    Preparing search index...

    Interface LevelToManyVoteFilter

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

    interface LevelToManyVoteFilter {
        every?: null | VoteFilter;
        some?: null | VoteFilter;
        none?: null | VoteFilter;
        aggregates?: null | VoteAggregatesFilter;
    }
    Index

    Properties

    every?: null | VoteFilter

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

    some?: null | VoteFilter

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

    none?: null | VoteFilter

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

    aggregates?: null | VoteAggregatesFilter

    Aggregates across related Vote match the filter criteria.