DisBot
Preparing search index...
prisma
Prisma
PollAnswersUpsertWithWhereUniqueWithoutPollOptionsInput
Type Alias PollAnswersUpsertWithWhereUniqueWithoutPollOptionsInput
type
PollAnswersUpsertWithWhereUniqueWithoutPollOptionsInput
=
{
create
:
XOR
<
PollAnswersCreateWithoutPollOptionsInput
,
PollAnswersUncheckedCreateWithoutPollOptionsInput
,
>
;
update
:
XOR
<
PollAnswersUpdateWithoutPollOptionsInput
,
PollAnswersUncheckedUpdateWithoutPollOptionsInput
,
>
;
where
:
PollAnswersWhereUniqueInput
;
}
Index
Properties
create
update
where
Properties
create
create
:
XOR
<
PollAnswersCreateWithoutPollOptionsInput
,
PollAnswersUncheckedCreateWithoutPollOptionsInput
,
>
update
update
:
XOR
<
PollAnswersUpdateWithoutPollOptionsInput
,
PollAnswersUncheckedUpdateWithoutPollOptionsInput
,
>
where
where
:
PollAnswersWhereUniqueInput
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
create
update
where
DisBot
Loading...