@zeepkist/graphql
    Preparing search index...

    Interface ZslSeasonToManyZslSeasonResultFilter

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

    interface ZslSeasonToManyZslSeasonResultFilter {
        every?: null | ZslSeasonResultFilter;
        some?: null | ZslSeasonResultFilter;
        none?: null | ZslSeasonResultFilter;
        aggregates?: null | ZslSeasonResultAggregatesFilter;
    }
    Index

    Properties

    every?: null | ZslSeasonResultFilter

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

    some?: null | ZslSeasonResultFilter

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

    none?: null | ZslSeasonResultFilter

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

    Aggregates across related ZslSeasonResult match the filter criteria.