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

    Properties

    every?: LevelPointFilter | null

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

    some?: LevelPointFilter | null

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

    none?: LevelPointFilter | null

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

    aggregates?: LevelPointAggregatesFilter | null

    Aggregates across related LevelPoint match the filter criteria.