DisBot
Preparing search index...
prisma
Prisma
GuildsUpdateOneRequiredWithoutAutoPublishNestedInput
Type Alias GuildsUpdateOneRequiredWithoutAutoPublishNestedInput
type
GuildsUpdateOneRequiredWithoutAutoPublishNestedInput
=
{
connect
?:
GuildsWhereUniqueInput
;
connectOrCreate
?:
GuildsCreateOrConnectWithoutAutoPublishInput
;
create
?:
XOR
<
GuildsCreateWithoutAutoPublishInput
,
GuildsUncheckedCreateWithoutAutoPublishInput
,
>
;
update
?:
XOR
<
XOR
<
GuildsUpdateToOneWithWhereWithoutAutoPublishInput
,
GuildsUpdateWithoutAutoPublishInput
,
>
,
GuildsUncheckedUpdateWithoutAutoPublishInput
,
>
;
upsert
?:
GuildsUpsertWithoutAutoPublishInput
;
}
Index
Properties
connect?
connect
Or
Create?
create?
update?
upsert?
Properties
Optional
connect
connect
?:
GuildsWhereUniqueInput
Optional
connect
Or
Create
connectOrCreate
?:
GuildsCreateOrConnectWithoutAutoPublishInput
Optional
create
create
?:
XOR
<
GuildsCreateWithoutAutoPublishInput
,
GuildsUncheckedCreateWithoutAutoPublishInput
,
>
Optional
update
update
?:
XOR
<
XOR
<
GuildsUpdateToOneWithWhereWithoutAutoPublishInput
,
GuildsUpdateWithoutAutoPublishInput
,
>
,
GuildsUncheckedUpdateWithoutAutoPublishInput
,
>
Optional
upsert
upsert
?:
GuildsUpsertWithoutAutoPublishInput
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
connect
connect
Or
Create
create
update
upsert
DisBot
Loading...