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

    Properties

    every?: ZslLevelResultFilter | null

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

    some?: ZslLevelResultFilter | null

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

    none?: ZslLevelResultFilter | null

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

    aggregates?: ZslLevelResultAggregatesFilter | null

    Aggregates across related ZslLevelResult match the filter criteria.