@zeepkist/graphql
    Preparing search index...

    Interface ZslPointsStructureToManyZslSeasonFilter

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

    interface ZslPointsStructureToManyZslSeasonFilter {
        every?: null | ZslSeasonFilter;
        some?: null | ZslSeasonFilter;
        none?: null | ZslSeasonFilter;
        aggregates?: null | ZslSeasonAggregatesFilter;
    }
    Index

    Properties

    every?: null | ZslSeasonFilter

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

    some?: null | ZslSeasonFilter

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

    none?: null | ZslSeasonFilter

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

    aggregates?: null | ZslSeasonAggregatesFilter

    Aggregates across related ZslSeason match the filter criteria.