@zeepkist/graphql
    Preparing search index...

    Interface LevelToManyLevelItemFilter

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

    interface LevelToManyLevelItemFilter {
        every?: LevelItemFilter | null;
        some?: LevelItemFilter | null;
        none?: LevelItemFilter | null;
        aggregates?: LevelItemAggregatesFilter | null;
    }
    Index

    Properties

    every?: LevelItemFilter | null

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

    some?: LevelItemFilter | null

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

    none?: LevelItemFilter | null

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

    aggregates?: LevelItemAggregatesFilter | null

    Aggregates across related LevelItem match the filter criteria.