DisBot
Preparing search index...
prisma
Prisma
GuildLoggingUpdateOneWithoutGuildsNestedInput
Type Alias GuildLoggingUpdateOneWithoutGuildsNestedInput
type
GuildLoggingUpdateOneWithoutGuildsNestedInput
=
{
connect
?:
GuildLoggingWhereUniqueInput
;
connectOrCreate
?:
GuildLoggingCreateOrConnectWithoutGuildsInput
;
create
?:
XOR
<
GuildLoggingCreateWithoutGuildsInput
,
GuildLoggingUncheckedCreateWithoutGuildsInput
,
>
;
delete
?:
GuildLoggingWhereInput
|
boolean
;
disconnect
?:
GuildLoggingWhereInput
|
boolean
;
update
?:
XOR
<
XOR
<
GuildLoggingUpdateToOneWithWhereWithoutGuildsInput
,
GuildLoggingUpdateWithoutGuildsInput
,
>
,
GuildLoggingUncheckedUpdateWithoutGuildsInput
,
>
;
upsert
?:
GuildLoggingUpsertWithoutGuildsInput
;
}
Index
Properties
connect?
connect
Or
Create?
create?
delete?
disconnect?
update?
upsert?
Properties
Optional
connect
connect
?:
GuildLoggingWhereUniqueInput
Optional
connect
Or
Create
connectOrCreate
?:
GuildLoggingCreateOrConnectWithoutGuildsInput
Optional
create
create
?:
XOR
<
GuildLoggingCreateWithoutGuildsInput
,
GuildLoggingUncheckedCreateWithoutGuildsInput
,
>
Optional
delete
delete
?:
GuildLoggingWhereInput
|
boolean
Optional
disconnect
disconnect
?:
GuildLoggingWhereInput
|
boolean
Optional
update
update
?:
XOR
<
XOR
<
GuildLoggingUpdateToOneWithWhereWithoutGuildsInput
,
GuildLoggingUpdateWithoutGuildsInput
,
>
,
GuildLoggingUncheckedUpdateWithoutGuildsInput
,
>
Optional
upsert
upsert
?:
GuildLoggingUpsertWithoutGuildsInput
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...