DisBot
Preparing search index...
prisma
Prisma
UsersUpdateOneRequiredWithoutGuildBackupsNestedInput
Type Alias UsersUpdateOneRequiredWithoutGuildBackupsNestedInput
type
UsersUpdateOneRequiredWithoutGuildBackupsNestedInput
=
{
connect
?:
UsersWhereUniqueInput
;
connectOrCreate
?:
UsersCreateOrConnectWithoutGuildBackupsInput
;
create
?:
XOR
<
UsersCreateWithoutGuildBackupsInput
,
UsersUncheckedCreateWithoutGuildBackupsInput
,
>
;
update
?:
XOR
<
XOR
<
UsersUpdateToOneWithWhereWithoutGuildBackupsInput
,
UsersUpdateWithoutGuildBackupsInput
,
>
,
UsersUncheckedUpdateWithoutGuildBackupsInput
,
>
;
upsert
?:
UsersUpsertWithoutGuildBackupsInput
;
}
Index
Properties
connect?
connect
Or
Create?
create?
update?
upsert?
Properties
Optional
connect
connect
?:
UsersWhereUniqueInput
Optional
connect
Or
Create
connectOrCreate
?:
UsersCreateOrConnectWithoutGuildBackupsInput
Optional
create
create
?:
XOR
<
UsersCreateWithoutGuildBackupsInput
,
UsersUncheckedCreateWithoutGuildBackupsInput
,
>
Optional
update
update
?:
XOR
<
XOR
<
UsersUpdateToOneWithWhereWithoutGuildBackupsInput
,
UsersUpdateWithoutGuildBackupsInput
,
>
,
UsersUncheckedUpdateWithoutGuildBackupsInput
,
>
Optional
upsert
upsert
?:
UsersUpsertWithoutGuildBackupsInput
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
connect
connect
Or
Create
create
update
upsert
DisBot
Loading...