DisBot
Preparing search index...
prisma
Prisma
GuildsUpdateOneRequiredWithoutPollsNestedInput
Type Alias GuildsUpdateOneRequiredWithoutPollsNestedInput
type
GuildsUpdateOneRequiredWithoutPollsNestedInput
=
{
connect
?:
GuildsWhereUniqueInput
;
connectOrCreate
?:
GuildsCreateOrConnectWithoutPollsInput
;
create
?:
XOR
<
GuildsCreateWithoutPollsInput
,
GuildsUncheckedCreateWithoutPollsInput
,
>
;
update
?:
XOR
<
XOR
<
GuildsUpdateToOneWithWhereWithoutPollsInput
,
GuildsUpdateWithoutPollsInput
,
>
,
GuildsUncheckedUpdateWithoutPollsInput
,
>
;
upsert
?:
GuildsUpsertWithoutPollsInput
;
}
Index
Properties
connect?
connect
Or
Create?
create?
update?
upsert?
Properties
Optional
connect
connect
?:
GuildsWhereUniqueInput
Optional
connect
Or
Create
connectOrCreate
?:
GuildsCreateOrConnectWithoutPollsInput
Optional
create
create
?:
XOR
<
GuildsCreateWithoutPollsInput
,
GuildsUncheckedCreateWithoutPollsInput
,
>
Optional
update
update
?:
XOR
<
XOR
<
GuildsUpdateToOneWithWhereWithoutPollsInput
,
GuildsUpdateWithoutPollsInput
,
>
,
GuildsUncheckedUpdateWithoutPollsInput
,
>
Optional
upsert
upsert
?:
GuildsUpsertWithoutPollsInput
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
connect
connect
Or
Create
create
update
upsert
DisBot
Loading...