@zeepkist/graphql
    Preparing search index...

    Interface ZslRoundFilter

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

    interface ZslRoundFilter {
        id?: IntFilter | null;
        seasonId?: IntFilter | null;
        name?: StringFilter | null;
        round?: IntFilter | null;
        workshopId?: BigIntFilter | null;
        eventDate?: DatetimeFilter | null;
        dateCreated?: DatetimeFilter | null;
        dateUpdated?: DatetimeFilter | null;
        zslLevels?: ZslRoundToManyZslLevelFilter | null;
        zslLevelsExist?: boolean | null;
        zslRoundResults?: ZslRoundToManyZslRoundResultFilter | null;
        zslRoundResultsExist?: boolean | null;
        zslSeason?: ZslSeasonFilter | null;
        and?: ZslRoundFilter[] | null;
        or?: ZslRoundFilter[] | null;
        not?: ZslRoundFilter | null;
    }
    Index

    Properties

    id?: IntFilter | null

    Filter by the object’s id field.

    seasonId?: IntFilter | null

    Filter by the object’s seasonId field.

    name?: StringFilter | null

    Filter by the object’s name field.

    round?: IntFilter | null

    Filter by the object’s round field.

    workshopId?: BigIntFilter | null

    Filter by the object’s workshopId field.

    eventDate?: DatetimeFilter | null

    Filter by the object’s eventDate field.

    dateCreated?: DatetimeFilter | null

    Filter by the object’s dateCreated field.

    dateUpdated?: DatetimeFilter | null

    Filter by the object’s dateUpdated field.

    zslLevels?: ZslRoundToManyZslLevelFilter | null

    Filter by the object’s zslLevels relation.

    zslLevelsExist?: boolean | null

    Some related zslLevels exist.

    zslRoundResults?: ZslRoundToManyZslRoundResultFilter | null

    Filter by the object’s zslRoundResults relation.

    zslRoundResultsExist?: boolean | null

    Some related zslRoundResults exist.

    zslSeason?: ZslSeasonFilter | null

    Filter by the object’s zslSeason relation.

    and?: ZslRoundFilter[] | null

    Checks for all expressions in this list.

    or?: ZslRoundFilter[] | null

    Checks for any expressions in this list.

    not?: ZslRoundFilter | null

    Negates the expression.