DisBot
Preparing search index...
prisma
Prisma
PollsUpdateOneRequiredWithoutPollAnswersNestedInput
Type Alias PollsUpdateOneRequiredWithoutPollAnswersNestedInput
type
PollsUpdateOneRequiredWithoutPollAnswersNestedInput
=
{
connect
?:
PollsWhereUniqueInput
;
connectOrCreate
?:
PollsCreateOrConnectWithoutPollAnswersInput
;
create
?:
XOR
<
PollsCreateWithoutPollAnswersInput
,
PollsUncheckedCreateWithoutPollAnswersInput
,
>
;
update
?:
XOR
<
XOR
<
PollsUpdateToOneWithWhereWithoutPollAnswersInput
,
PollsUpdateWithoutPollAnswersInput
,
>
,
PollsUncheckedUpdateWithoutPollAnswersInput
,
>
;
upsert
?:
PollsUpsertWithoutPollAnswersInput
;
}
Index
Properties
connect?
connect
Or
Create?
create?
update?
upsert?
Properties
Optional
connect
connect
?:
PollsWhereUniqueInput
Optional
connect
Or
Create
connectOrCreate
?:
PollsCreateOrConnectWithoutPollAnswersInput
Optional
create
create
?:
XOR
<
PollsCreateWithoutPollAnswersInput
,
PollsUncheckedCreateWithoutPollAnswersInput
,
>
Optional
update
update
?:
XOR
<
XOR
<
PollsUpdateToOneWithWhereWithoutPollAnswersInput
,
PollsUpdateWithoutPollAnswersInput
,
>
,
PollsUncheckedUpdateWithoutPollAnswersInput
,
>
Optional
upsert
upsert
?:
PollsUpsertWithoutPollAnswersInput
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
connect
connect
Or
Create
create
update
upsert
DisBot
Loading...