@zeepkist/graphql
    Preparing search index...

    Interface ZslSeasonToManyZslRoundFilter

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

    interface ZslSeasonToManyZslRoundFilter {
        every?: null | ZslRoundFilter;
        some?: null | ZslRoundFilter;
        none?: null | ZslRoundFilter;
        aggregates?: null | ZslRoundAggregatesFilter;
    }
    Index

    Properties

    every?: null | ZslRoundFilter

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

    some?: null | ZslRoundFilter

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

    none?: null | ZslRoundFilter

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

    aggregates?: null | ZslRoundAggregatesFilter

    Aggregates across related ZslRound match the filter criteria.