@zeepkist/graphql
    Preparing search index...

    Interface UserToManyFavouriteFilter

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

    interface UserToManyFavouriteFilter {
        every?: null | FavouriteFilter;
        some?: null | FavouriteFilter;
        none?: null | FavouriteFilter;
    }
    Index

    Properties

    Properties

    every?: null | FavouriteFilter

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

    some?: null | FavouriteFilter

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

    none?: null | FavouriteFilter

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