@zeepkist/graphql
    Preparing search index...

    Interface UserToManyZslRoundResultFilter

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

    interface UserToManyZslRoundResultFilter {
        every?: ZslRoundResultFilter | null;
        some?: ZslRoundResultFilter | null;
        none?: ZslRoundResultFilter | null;
        aggregates?: ZslRoundResultAggregatesFilter | null;
    }
    Index

    Properties

    every?: ZslRoundResultFilter | null

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

    some?: ZslRoundResultFilter | null

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

    none?: ZslRoundResultFilter | null

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

    aggregates?: ZslRoundResultAggregatesFilter | null

    Aggregates across related ZslRoundResult match the filter criteria.