DisBot
    Preparing search index...

    Type Alias TicketModalDataUpdateManyMutationInput

    type TicketModalDataUpdateManyMutationInput = {
        MaxLength?: NullableIntFieldUpdateOperationsInput | number | null;
        MinLength?: NullableIntFieldUpdateOperationsInput | number | null;
        Name?: StringFieldUpdateOperationsInput | string;
        Placeholder?: NullableStringFieldUpdateOperationsInput | string | null;
        Required?: BoolFieldUpdateOperationsInput | boolean;
        Type?: IntFieldUpdateOperationsInput | number;
        UUID?: StringFieldUpdateOperationsInput | string;
    }
    Index

    Properties

    MaxLength?: NullableIntFieldUpdateOperationsInput | number | null
    MinLength?: NullableIntFieldUpdateOperationsInput | number | null
    Placeholder?: NullableStringFieldUpdateOperationsInput | string | null
    Required?: BoolFieldUpdateOperationsInput | boolean