@zeepkist/graphql
    Preparing search index...

    Interface UserToManyFavoriteFilter

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

    interface UserToManyFavoriteFilter {
        every?: null | FavoriteFilter;
        some?: null | FavoriteFilter;
        none?: null | FavoriteFilter;
    }
    Index

    Properties

    Properties

    every?: null | FavoriteFilter

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

    some?: null | FavoriteFilter

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

    none?: null | FavoriteFilter

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