DisBot
Preparing search index...
prisma
Prisma
PollOptionsUpdateOneRequiredWithoutPollAnswersNestedInput
Type Alias PollOptionsUpdateOneRequiredWithoutPollAnswersNestedInput
type
PollOptionsUpdateOneRequiredWithoutPollAnswersNestedInput
=
{
connect
?:
PollOptionsWhereUniqueInput
;
connectOrCreate
?:
PollOptionsCreateOrConnectWithoutPollAnswersInput
;
create
?:
XOR
<
PollOptionsCreateWithoutPollAnswersInput
,
PollOptionsUncheckedCreateWithoutPollAnswersInput
,
>
;
update
?:
XOR
<
XOR
<
PollOptionsUpdateToOneWithWhereWithoutPollAnswersInput
,
PollOptionsUpdateWithoutPollAnswersInput
,
>
,
PollOptionsUncheckedUpdateWithoutPollAnswersInput
,
>
;
upsert
?:
PollOptionsUpsertWithoutPollAnswersInput
;
}
Index
Properties
connect?
connect
Or
Create?
create?
update?
upsert?
Properties
Optional
connect
connect
?:
PollOptionsWhereUniqueInput
Optional
connect
Or
Create
connectOrCreate
?:
PollOptionsCreateOrConnectWithoutPollAnswersInput
Optional
create
create
?:
XOR
<
PollOptionsCreateWithoutPollAnswersInput
,
PollOptionsUncheckedCreateWithoutPollAnswersInput
,
>
Optional
update
update
?:
XOR
<
XOR
<
PollOptionsUpdateToOneWithWhereWithoutPollAnswersInput
,
PollOptionsUpdateWithoutPollAnswersInput
,
>
,
PollOptionsUncheckedUpdateWithoutPollAnswersInput
,
>
Optional
upsert
upsert
?:
PollOptionsUpsertWithoutPollAnswersInput
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
connect
connect
Or
Create
create
update
upsert
DisBot
Loading...