DisBot
Preparing search index...
prisma
Prisma
GuildComponentManagerUpdateOneWithoutGuildsNestedInput
Type Alias GuildComponentManagerUpdateOneWithoutGuildsNestedInput
type
GuildComponentManagerUpdateOneWithoutGuildsNestedInput
=
{
connect
?:
GuildComponentManagerWhereUniqueInput
;
connectOrCreate
?:
GuildComponentManagerCreateOrConnectWithoutGuildsInput
;
create
?:
XOR
<
GuildComponentManagerCreateWithoutGuildsInput
,
GuildComponentManagerUncheckedCreateWithoutGuildsInput
,
>
;
delete
?:
GuildComponentManagerWhereInput
|
boolean
;
disconnect
?:
GuildComponentManagerWhereInput
|
boolean
;
update
?:
XOR
<
XOR
<
GuildComponentManagerUpdateToOneWithWhereWithoutGuildsInput
,
GuildComponentManagerUpdateWithoutGuildsInput
,
>
,
GuildComponentManagerUncheckedUpdateWithoutGuildsInput
,
>
;
upsert
?:
GuildComponentManagerUpsertWithoutGuildsInput
;
}
Index
Properties
connect?
connect
Or
Create?
create?
delete?
disconnect?
update?
upsert?
Properties
Optional
connect
connect
?:
GuildComponentManagerWhereUniqueInput
Optional
connect
Or
Create
connectOrCreate
?:
GuildComponentManagerCreateOrConnectWithoutGuildsInput
Optional
create
create
?:
XOR
<
GuildComponentManagerCreateWithoutGuildsInput
,
GuildComponentManagerUncheckedCreateWithoutGuildsInput
,
>
Optional
delete
delete
?:
GuildComponentManagerWhereInput
|
boolean
Optional
disconnect
disconnect
?:
GuildComponentManagerWhereInput
|
boolean
Optional
update
update
?:
XOR
<
XOR
<
GuildComponentManagerUpdateToOneWithWhereWithoutGuildsInput
,
GuildComponentManagerUpdateWithoutGuildsInput
,
>
,
GuildComponentManagerUncheckedUpdateWithoutGuildsInput
,
>
Optional
upsert
upsert
?:
GuildComponentManagerUpsertWithoutGuildsInput
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...