@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?: null | number;
        seasonId?: null | number;
        name?: null | string;
        round?: null | number;
        workshopId?: any;
        eventDate?: any;
        dateCreated?: any;
        dateUpdated?: any;
    }
    Index

    Properties

    id?: null | number

    Checks for equality with the object’s id field.

    seasonId?: null | number

    Checks for equality with the object’s seasonId field.

    name?: null | string

    Checks for equality with the object’s name field.

    round?: null | number

    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.