Type Alias UserRumbleAccountCreateOrConnectWithoutUserInput

UserRumbleAccountCreateOrConnectWithoutUserInput: {
    create: XOR<UserRumbleAccountCreateWithoutUserInput, UserRumbleAccountUncheckedCreateWithoutUserInput>;
    where: UserRumbleAccountWhereUniqueInput;
}