@zeepkist/graphql
    Preparing search index...

    Interface ZslRoundToManyZslRoundResultFilter

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

    interface ZslRoundToManyZslRoundResultFilter {
        every?: null | ZslRoundResultFilter;
        some?: null | ZslRoundResultFilter;
        none?: null | ZslRoundResultFilter;
        aggregates?: null | ZslRoundResultAggregatesFilter;
    }
    Index

    Properties

    every?: null | ZslRoundResultFilter

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

    some?: null | ZslRoundResultFilter

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

    none?: null | ZslRoundResultFilter

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

    aggregates?: null | ZslRoundResultAggregatesFilter

    Aggregates across related ZslRoundResult match the filter criteria.