@zeepkist/graphql
    Preparing search index...

    Interface ZslRoundCondition

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

    interface ZslRoundCondition {
        id?: number | null;
        seasonId?: number | null;
        name?: string | null;
        round?: number | null;
        workshopId?: any;
        eventDate?: any;
        dateCreated?: any;
        dateUpdated?: any;
    }
    Index

    Properties

    id?: number | null

    Checks for equality with the object’s id field.

    seasonId?: number | null

    Checks for equality with the object’s seasonId field.

    name?: string | null

    Checks for equality with the object’s name field.

    round?: number | null

    Checks for equality with the object’s round field.

    workshopId?: any

    Checks for equality with the object’s workshopId field.

    eventDate?: any

    Checks for equality with the object’s eventDate field.

    dateCreated?: any

    Checks for equality with the object’s dateCreated field.

    dateUpdated?: any

    Checks for equality with the object’s dateUpdated field.