@zeepkist/graphql
    Preparing search index...

    Interface LevelToManyLevelMetadatumFilter

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

    interface LevelToManyLevelMetadatumFilter {
        every?: null | LevelMetadatumFilter;
        some?: null | LevelMetadatumFilter;
        none?: null | LevelMetadatumFilter;
    }
    Index

    Properties

    Properties

    every?: null | LevelMetadatumFilter

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

    some?: null | LevelMetadatumFilter

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

    none?: null | LevelMetadatumFilter

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