DisBot
Preparing search index...
prisma
Prisma
LevelSettingsUncheckedUpdateOneWithoutGuildsNestedInput
Type Alias LevelSettingsUncheckedUpdateOneWithoutGuildsNestedInput
type
LevelSettingsUncheckedUpdateOneWithoutGuildsNestedInput
=
{
connect
?:
LevelSettingsWhereUniqueInput
;
connectOrCreate
?:
LevelSettingsCreateOrConnectWithoutGuildsInput
;
create
?:
XOR
<
LevelSettingsCreateWithoutGuildsInput
,
LevelSettingsUncheckedCreateWithoutGuildsInput
,
>
;
delete
?:
LevelSettingsWhereInput
|
boolean
;
disconnect
?:
LevelSettingsWhereInput
|
boolean
;
update
?:
XOR
<
XOR
<
LevelSettingsUpdateToOneWithWhereWithoutGuildsInput
,
LevelSettingsUpdateWithoutGuildsInput
,
>
,
LevelSettingsUncheckedUpdateWithoutGuildsInput
,
>
;
upsert
?:
LevelSettingsUpsertWithoutGuildsInput
;
}
Index
Properties
connect?
connect
Or
Create?
create?
delete?
disconnect?
update?
upsert?
Properties
Optional
connect
connect
?:
LevelSettingsWhereUniqueInput
Optional
connect
Or
Create
connectOrCreate
?:
LevelSettingsCreateOrConnectWithoutGuildsInput
Optional
create
create
?:
XOR
<
LevelSettingsCreateWithoutGuildsInput
,
LevelSettingsUncheckedCreateWithoutGuildsInput
,
>
Optional
delete
delete
?:
LevelSettingsWhereInput
|
boolean
Optional
disconnect
disconnect
?:
LevelSettingsWhereInput
|
boolean
Optional
update
update
?:
XOR
<
XOR
<
LevelSettingsUpdateToOneWithWhereWithoutGuildsInput
,
LevelSettingsUpdateWithoutGuildsInput
,
>
,
LevelSettingsUncheckedUpdateWithoutGuildsInput
,
>
Optional
upsert
upsert
?:
LevelSettingsUpsertWithoutGuildsInput
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...