@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;
    }
    Index

    Properties

    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.’