@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?: null | IntFilter;
        seasonId?: null | IntFilter;
        name?: null | StringFilter;
        round?: null | IntFilter;
        workshopId?: null | BigIntFilter;
        eventDate?: null | DatetimeFilter;
        dateCreated?: null | DatetimeFilter;
        dateUpdated?: null | DatetimeFilter;
        zslLevels?: null | ZslRoundToManyZslLevelFilter;
        zslLevelsExist?: null | boolean;
        zslRoundResults?: null | ZslRoundToManyZslRoundResultFilter;
        zslRoundResultsExist?: null | boolean;
        zslSeason?: null | ZslSeasonFilter;
        and?: null | ZslRoundFilter[];
        or?: null | ZslRoundFilter[];
        not?: null | ZslRoundFilter;
    }
    Index

    Properties

    id?: null | IntFilter

    Filter by the object’s id field.

    seasonId?: null | IntFilter

    Filter by the object’s seasonId field.

    name?: null | StringFilter

    Filter by the object’s name field.

    round?: null | IntFilter

    Filter by the object’s round field.

    workshopId?: null | BigIntFilter

    Filter by the object’s workshopId field.

    eventDate?: null | DatetimeFilter

    Filter by the object’s eventDate field.

    dateCreated?: null | DatetimeFilter

    Filter by the object’s dateCreated field.

    dateUpdated?: null | DatetimeFilter

    Filter by the object’s dateUpdated field.

    zslLevels?: null | ZslRoundToManyZslLevelFilter

    Filter by the object’s zslLevels relation.

    zslLevelsExist?: null | boolean

    Some related zslLevels exist.

    zslRoundResults?: null | ZslRoundToManyZslRoundResultFilter

    Filter by the object’s zslRoundResults relation.

    zslRoundResultsExist?: null | boolean

    Some related zslRoundResults exist.

    zslSeason?: null | ZslSeasonFilter

    Filter by the object’s zslSeason relation.

    and?: null | ZslRoundFilter[]

    Checks for all expressions in this list.

    or?: null | ZslRoundFilter[]

    Checks for any expressions in this list.

    not?: null | ZslRoundFilter

    Negates the expression.