UserRumbleAccountCreateInput: {
    accountId?: string | null;
    dbId?: string;
    user?: UserCreateNestedOneWithoutRumbleAccountInput;
    username?: string | null;
}