@zeepkist/graphql
    Preparing search index...

    Interface LevelToManyLevelPointFilter

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

    interface LevelToManyLevelPointFilter {
        every?: null | LevelPointFilter;
        some?: null | LevelPointFilter;
        none?: null | LevelPointFilter;
    }
    Index

    Properties

    Properties

    every?: null | LevelPointFilter

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

    some?: null | LevelPointFilter

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

    none?: null | LevelPointFilter

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