@zeepkist/graphql
    Preparing search index...

    Interface LevelToManyFavouriteFilter

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

    interface LevelToManyFavouriteFilter {
        every?: null | FavouriteFilter;
        some?: null | FavouriteFilter;
        none?: null | FavouriteFilter;
        aggregates?: null | FavouriteAggregatesFilter;
    }
    Index

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

    aggregates?: null | FavouriteAggregatesFilter

    Aggregates across related Favourite match the filter criteria.