DisBot
Preparing search index...
prisma
Prisma
PollsCreateNestedManyWithoutGuildsInput
Type Alias PollsCreateNestedManyWithoutGuildsInput
type
PollsCreateNestedManyWithoutGuildsInput
=
{
connect
?:
PollsWhereUniqueInput
|
PollsWhereUniqueInput
[]
;
connectOrCreate
?:
|
PollsCreateOrConnectWithoutGuildsInput
|
PollsCreateOrConnectWithoutGuildsInput
[]
;
create
?:
|
XOR
<
PollsCreateWithoutGuildsInput
,
PollsUncheckedCreateWithoutGuildsInput
,
>
|
PollsCreateWithoutGuildsInput
[]
|
PollsUncheckedCreateWithoutGuildsInput
[]
;
createMany
?:
PollsCreateManyGuildsInputEnvelope
;
}
Index
Properties
connect?
connect
Or
Create?
create?
create
Many?
Properties
Optional
connect
connect
?:
PollsWhereUniqueInput
|
PollsWhereUniqueInput
[]
Optional
connect
Or
Create
connectOrCreate
?:
|
PollsCreateOrConnectWithoutGuildsInput
|
PollsCreateOrConnectWithoutGuildsInput
[]
Optional
create
create
?:
|
XOR
<
PollsCreateWithoutGuildsInput
,
PollsUncheckedCreateWithoutGuildsInput
,
>
|
PollsCreateWithoutGuildsInput
[]
|
PollsUncheckedCreateWithoutGuildsInput
[]
Optional
create
Many
createMany
?:
PollsCreateManyGuildsInputEnvelope
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
connect
connect
Or
Create
create
create
Many
DisBot
Loading...