DisBot
Preparing search index...
prisma
Prisma
GuildCommandMangerUpdateOneWithoutGuildsNestedInput
Type Alias GuildCommandMangerUpdateOneWithoutGuildsNestedInput
type
GuildCommandMangerUpdateOneWithoutGuildsNestedInput
=
{
connect
?:
GuildCommandMangerWhereUniqueInput
;
connectOrCreate
?:
GuildCommandMangerCreateOrConnectWithoutGuildsInput
;
create
?:
XOR
<
GuildCommandMangerCreateWithoutGuildsInput
,
GuildCommandMangerUncheckedCreateWithoutGuildsInput
,
>
;
delete
?:
GuildCommandMangerWhereInput
|
boolean
;
disconnect
?:
GuildCommandMangerWhereInput
|
boolean
;
update
?:
XOR
<
XOR
<
GuildCommandMangerUpdateToOneWithWhereWithoutGuildsInput
,
GuildCommandMangerUpdateWithoutGuildsInput
,
>
,
GuildCommandMangerUncheckedUpdateWithoutGuildsInput
,
>
;
upsert
?:
GuildCommandMangerUpsertWithoutGuildsInput
;
}
Index
Properties
connect?
connect
Or
Create?
create?
delete?
disconnect?
update?
upsert?
Properties
Optional
connect
connect
?:
GuildCommandMangerWhereUniqueInput
Optional
connect
Or
Create
connectOrCreate
?:
GuildCommandMangerCreateOrConnectWithoutGuildsInput
Optional
create
create
?:
XOR
<
GuildCommandMangerCreateWithoutGuildsInput
,
GuildCommandMangerUncheckedCreateWithoutGuildsInput
,
>
Optional
delete
delete
?:
GuildCommandMangerWhereInput
|
boolean
Optional
disconnect
disconnect
?:
GuildCommandMangerWhereInput
|
boolean
Optional
update
update
?:
XOR
<
XOR
<
GuildCommandMangerUpdateToOneWithWhereWithoutGuildsInput
,
GuildCommandMangerUpdateWithoutGuildsInput
,
>
,
GuildCommandMangerUncheckedUpdateWithoutGuildsInput
,
>
Optional
upsert
upsert
?:
GuildCommandMangerUpsertWithoutGuildsInput
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...