@zeepkist/graphql
    Preparing search index...

    Interface RecordToManyZslLevelResultFilter

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

    interface RecordToManyZslLevelResultFilter {
        every?: null | ZslLevelResultFilter;
        some?: null | ZslLevelResultFilter;
        none?: null | ZslLevelResultFilter;
        aggregates?: null | ZslLevelResultAggregatesFilter;
    }
    Index

    Properties

    every?: null | ZslLevelResultFilter

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

    some?: null | ZslLevelResultFilter

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

    none?: null | ZslLevelResultFilter

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

    aggregates?: null | ZslLevelResultAggregatesFilter

    Aggregates across related ZslLevelResult match the filter criteria.