DisBot
Preparing search index...
prisma
Prisma
DiscordGuildAddonUncheckedUpdateOneWithoutGuildsNestedInput
Type Alias DiscordGuildAddonUncheckedUpdateOneWithoutGuildsNestedInput
type
DiscordGuildAddonUncheckedUpdateOneWithoutGuildsNestedInput
=
{
connect
?:
DiscordGuildAddonWhereUniqueInput
;
connectOrCreate
?:
DiscordGuildAddonCreateOrConnectWithoutGuildsInput
;
create
?:
XOR
<
DiscordGuildAddonCreateWithoutGuildsInput
,
DiscordGuildAddonUncheckedCreateWithoutGuildsInput
,
>
;
delete
?:
DiscordGuildAddonWhereInput
|
boolean
;
disconnect
?:
DiscordGuildAddonWhereInput
|
boolean
;
update
?:
XOR
<
XOR
<
DiscordGuildAddonUpdateToOneWithWhereWithoutGuildsInput
,
DiscordGuildAddonUpdateWithoutGuildsInput
,
>
,
DiscordGuildAddonUncheckedUpdateWithoutGuildsInput
,
>
;
upsert
?:
DiscordGuildAddonUpsertWithoutGuildsInput
;
}
Index
Properties
connect?
connect
Or
Create?
create?
delete?
disconnect?
update?
upsert?
Properties
Optional
connect
connect
?:
DiscordGuildAddonWhereUniqueInput
Optional
connect
Or
Create
connectOrCreate
?:
DiscordGuildAddonCreateOrConnectWithoutGuildsInput
Optional
create
create
?:
XOR
<
DiscordGuildAddonCreateWithoutGuildsInput
,
DiscordGuildAddonUncheckedCreateWithoutGuildsInput
,
>
Optional
delete
delete
?:
DiscordGuildAddonWhereInput
|
boolean
Optional
disconnect
disconnect
?:
DiscordGuildAddonWhereInput
|
boolean
Optional
update
update
?:
XOR
<
XOR
<
DiscordGuildAddonUpdateToOneWithWhereWithoutGuildsInput
,
DiscordGuildAddonUpdateWithoutGuildsInput
,
>
,
DiscordGuildAddonUncheckedUpdateWithoutGuildsInput
,
>
Optional
upsert
upsert
?:
DiscordGuildAddonUpsertWithoutGuildsInput
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
connect
connect
Or
Create
create
delete
disconnect
update
upsert
DisBot
Loading...