DisBot
Preparing search index...
prisma
Prisma
GuildsUpdateOneRequiredWithoutSecurityNestedInput
Type Alias GuildsUpdateOneRequiredWithoutSecurityNestedInput
type
GuildsUpdateOneRequiredWithoutSecurityNestedInput
=
{
connect
?:
GuildsWhereUniqueInput
;
connectOrCreate
?:
GuildsCreateOrConnectWithoutSecurityInput
;
create
?:
XOR
<
GuildsCreateWithoutSecurityInput
,
GuildsUncheckedCreateWithoutSecurityInput
,
>
;
update
?:
XOR
<
XOR
<
GuildsUpdateToOneWithWhereWithoutSecurityInput
,
GuildsUpdateWithoutSecurityInput
,
>
,
GuildsUncheckedUpdateWithoutSecurityInput
,
>
;
upsert
?:
GuildsUpsertWithoutSecurityInput
;
}
Index
Properties
connect?
connect
Or
Create?
create?
update?
upsert?
Properties
Optional
connect
connect
?:
GuildsWhereUniqueInput
Optional
connect
Or
Create
connectOrCreate
?:
GuildsCreateOrConnectWithoutSecurityInput
Optional
create
create
?:
XOR
<
GuildsCreateWithoutSecurityInput
,
GuildsUncheckedCreateWithoutSecurityInput
,
>
Optional
update
update
?:
XOR
<
XOR
<
GuildsUpdateToOneWithWhereWithoutSecurityInput
,
GuildsUpdateWithoutSecurityInput
,
>
,
GuildsUncheckedUpdateWithoutSecurityInput
,
>
Optional
upsert
upsert
?:
GuildsUpsertWithoutSecurityInput
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
connect
connect
Or
Create
create
update
upsert
DisBot
Loading...