DisBot
Preparing search index...
prisma
Prisma
PollAnswersUpsertWithWhereUniqueWithoutPollsInput
Type Alias PollAnswersUpsertWithWhereUniqueWithoutPollsInput
type
PollAnswersUpsertWithWhereUniqueWithoutPollsInput
=
{
create
:
XOR
<
PollAnswersCreateWithoutPollsInput
,
PollAnswersUncheckedCreateWithoutPollsInput
,
>
;
update
:
XOR
<
PollAnswersUpdateWithoutPollsInput
,
PollAnswersUncheckedUpdateWithoutPollsInput
,
>
;
where
:
PollAnswersWhereUniqueInput
;
}
Index
Properties
create
update
where
Properties
create
create
:
XOR
<
PollAnswersCreateWithoutPollsInput
,
PollAnswersUncheckedCreateWithoutPollsInput
,
>
update
update
:
XOR
<
PollAnswersUpdateWithoutPollsInput
,
PollAnswersUncheckedUpdateWithoutPollsInput
,
>
where
where
:
PollAnswersWhereUniqueInput
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
create
update
where
DisBot
Loading...