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

    Properties

    every?: ZslRoundFilter | null

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

    some?: ZslRoundFilter | null

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

    none?: ZslRoundFilter | null

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

    aggregates?: ZslRoundAggregatesFilter | null

    Aggregates across related ZslRound match the filter criteria.