Type Alias NullableBoolFieldUpdateOperationsInput

NullableBoolFieldUpdateOperationsInput: {
    set?: boolean | null;
}