@zeepkist/graphql
    Preparing search index...

    Interface ZslSeasonFilter

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

    interface ZslSeasonFilter {
        id?: null | IntFilter;
        pointsStructureId?: null | IntFilter;
        name?: null | StringFilter;
        startDate?: null | DatetimeFilter;
        endDate?: null | DatetimeFilter;
        dateCreated?: null | DatetimeFilter;
        dateUpdated?: null | DatetimeFilter;
        zslRounds?: null | ZslSeasonToManyZslRoundFilter;
        zslRoundsExist?: null | boolean;
        zslSeasonResults?: null | ZslSeasonToManyZslSeasonResultFilter;
        zslSeasonResultsExist?: null | boolean;
        zslPointsStructure?: null | ZslPointsStructureFilter;
        and?: null | ZslSeasonFilter[];
        or?: null | ZslSeasonFilter[];
        not?: null | ZslSeasonFilter;
    }
    Index

    Properties

    id?: null | IntFilter

    Filter by the object’s id field.

    pointsStructureId?: null | IntFilter

    Filter by the object’s pointsStructureId field.

    name?: null | StringFilter

    Filter by the object’s name field.

    startDate?: null | DatetimeFilter

    Filter by the object’s startDate field.

    endDate?: null | DatetimeFilter

    Filter by the object’s endDate field.

    dateCreated?: null | DatetimeFilter

    Filter by the object’s dateCreated field.

    dateUpdated?: null | DatetimeFilter

    Filter by the object’s dateUpdated field.

    Filter by the object’s zslRounds relation.

    zslRoundsExist?: null | boolean

    Some related zslRounds exist.

    zslSeasonResults?: null | ZslSeasonToManyZslSeasonResultFilter

    Filter by the object’s zslSeasonResults relation.

    zslSeasonResultsExist?: null | boolean

    Some related zslSeasonResults exist.

    zslPointsStructure?: null | ZslPointsStructureFilter

    Filter by the object’s zslPointsStructure relation.

    and?: null | ZslSeasonFilter[]

    Checks for all expressions in this list.

    or?: null | ZslSeasonFilter[]

    Checks for any expressions in this list.

    not?: null | ZslSeasonFilter

    Negates the expression.