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