@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?: IntFilter | null;
        pointsStructureId?: IntFilter | null;
        name?: StringFilter | null;
        startDate?: DatetimeFilter | null;
        endDate?: DatetimeFilter | null;
        dateCreated?: DatetimeFilter | null;
        dateUpdated?: DatetimeFilter | null;
        zslRounds?: ZslSeasonToManyZslRoundFilter | null;
        zslRoundsExist?: boolean | null;
        zslSeasonResults?: ZslSeasonToManyZslSeasonResultFilter | null;
        zslSeasonResultsExist?: boolean | null;
        zslPointsStructure?: ZslPointsStructureFilter | null;
        and?: ZslSeasonFilter[] | null;
        or?: ZslSeasonFilter[] | null;
        not?: ZslSeasonFilter | null;
    }
    Index

    Properties

    id?: IntFilter | null

    Filter by the object’s id field.

    pointsStructureId?: IntFilter | null

    Filter by the object’s pointsStructureId field.

    name?: StringFilter | null

    Filter by the object’s name field.

    startDate?: DatetimeFilter | null

    Filter by the object’s startDate field.

    endDate?: DatetimeFilter | null

    Filter by the object’s endDate field.

    dateCreated?: DatetimeFilter | null

    Filter by the object’s dateCreated field.

    dateUpdated?: DatetimeFilter | null

    Filter by the object’s dateUpdated field.

    Filter by the object’s zslRounds relation.

    zslRoundsExist?: boolean | null

    Some related zslRounds exist.

    zslSeasonResults?: ZslSeasonToManyZslSeasonResultFilter | null

    Filter by the object’s zslSeasonResults relation.

    zslSeasonResultsExist?: boolean | null

    Some related zslSeasonResults exist.

    zslPointsStructure?: ZslPointsStructureFilter | null

    Filter by the object’s zslPointsStructure relation.

    and?: ZslSeasonFilter[] | null

    Checks for all expressions in this list.

    or?: ZslSeasonFilter[] | null

    Checks for any expressions in this list.

    not?: ZslSeasonFilter | null

    Negates the expression.