Type Alias UserUpdateOneWithoutBirthdayNestedInput

UserUpdateOneWithoutBirthdayNestedInput: {
    connect?: UserWhereUniqueInput;
    connectOrCreate?: UserCreateOrConnectWithoutBirthdayInput;
    create?: XOR<UserCreateWithoutBirthdayInput, UserUncheckedCreateWithoutBirthdayInput>;
    delete?: UserWhereInput | boolean;
    disconnect?: UserWhereInput | boolean;
    update?: XOR<XOR<UserUpdateToOneWithWhereWithoutBirthdayInput, UserUpdateWithoutBirthdayInput>, UserUncheckedUpdateWithoutBirthdayInput>;
    upsert?: UserUpsertWithoutBirthdayInput;
}