DisBot
Preparing search index...
prisma
Prisma
PollsUpsertWithoutPollOptionsInput
Type Alias PollsUpsertWithoutPollOptionsInput
type
PollsUpsertWithoutPollOptionsInput
=
{
create
:
XOR
<
PollsCreateWithoutPollOptionsInput
,
PollsUncheckedCreateWithoutPollOptionsInput
,
>
;
update
:
XOR
<
PollsUpdateWithoutPollOptionsInput
,
PollsUncheckedUpdateWithoutPollOptionsInput
,
>
;
where
?:
PollsWhereInput
;
}
Index
Properties
create
update
where?
Properties
create
create
:
XOR
<
PollsCreateWithoutPollOptionsInput
,
PollsUncheckedCreateWithoutPollOptionsInput
,
>
update
update
:
XOR
<
PollsUpdateWithoutPollOptionsInput
,
PollsUncheckedUpdateWithoutPollOptionsInput
,
>
Optional
where
where
?:
PollsWhereInput
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
create
update
where
DisBot
Loading...