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

    Properties

    every?: ZslSeasonFilter | null

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

    some?: ZslSeasonFilter | null

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

    none?: ZslSeasonFilter | null

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

    aggregates?: ZslSeasonAggregatesFilter | null

    Aggregates across related ZslSeason match the filter criteria.