DisBot
Preparing search index...
prisma
Prisma
PollOptionsCreateNestedOneWithoutPollAnswersInput
Type Alias PollOptionsCreateNestedOneWithoutPollAnswersInput
type
PollOptionsCreateNestedOneWithoutPollAnswersInput
=
{
connect
?:
PollOptionsWhereUniqueInput
;
connectOrCreate
?:
PollOptionsCreateOrConnectWithoutPollAnswersInput
;
create
?:
XOR
<
PollOptionsCreateWithoutPollAnswersInput
,
PollOptionsUncheckedCreateWithoutPollAnswersInput
,
>
;
}
Index
Properties
connect?
connect
Or
Create?
create?
Properties
Optional
connect
connect
?:
PollOptionsWhereUniqueInput
Optional
connect
Or
Create
connectOrCreate
?:
PollOptionsCreateOrConnectWithoutPollAnswersInput
Optional
create
create
?:
XOR
<
PollOptionsCreateWithoutPollAnswersInput
,
PollOptionsUncheckedCreateWithoutPollAnswersInput
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
connect
connect
Or
Create
create
DisBot
Loading...