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