@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?: null | LevelItemFilter;
        some?: null | LevelItemFilter;
        none?: null | LevelItemFilter;
    }
    Index

    Properties

    Properties

    every?: null | LevelItemFilter

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

    some?: null | LevelItemFilter

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

    none?: null | LevelItemFilter

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