Type Alias NullableStringFieldUpdateOperationsInput

NullableStringFieldUpdateOperationsInput: {
    set?: string | null;
}