@zeepkist/graphql
    Preparing search index...

    Interface ZslSeasonCondition

    A condition to be used against ZslSeason object types. All fields are tested for equality and combined with a logical ‘and.’

    interface ZslSeasonCondition {
        id?: null | number;
        pointsStructureId?: null | number;
        name?: null | string;
        startDate?: any;
        endDate?: any;
        dateCreated?: any;
        dateUpdated?: any;
    }
    Index

    Properties

    id?: null | number

    Checks for equality with the object’s id field.

    pointsStructureId?: null | number

    Checks for equality with the object’s pointsStructureId field.

    name?: null | string

    Checks for equality with the object’s name field.

    startDate?: any

    Checks for equality with the object’s startDate field.

    endDate?: any

    Checks for equality with the object’s endDate field.

    dateCreated?: any

    Checks for equality with the object’s dateCreated field.

    dateUpdated?: any

    Checks for equality with the object’s dateUpdated field.