@robert-brightline/auth-db - v0.0.21
Preparing search index...
models
UserRoleUncheckedCreateNestedManyWithoutRoleInput
Type Alias UserRoleUncheckedCreateNestedManyWithoutRoleInput
type
UserRoleUncheckedCreateNestedManyWithoutRoleInput
=
{
connect
?:
UserRoleWhereUniqueInput
|
UserRoleWhereUniqueInput
[]
;
connectOrCreate
?:
|
UserRoleCreateOrConnectWithoutRoleInput
|
UserRoleCreateOrConnectWithoutRoleInput
[]
;
create
?:
|
Prisma
.
XOR
<
UserRoleCreateWithoutRoleInput
,
UserRoleUncheckedCreateWithoutRoleInput
,
>
|
UserRoleCreateWithoutRoleInput
[]
|
UserRoleUncheckedCreateWithoutRoleInput
[]
;
createMany
?:
UserRoleCreateManyRoleInputEnvelope
;
}
Index
Properties
connect?
connect
Or
Create?
create?
create
Many?
Properties
Optional
connect
connect
?:
UserRoleWhereUniqueInput
|
UserRoleWhereUniqueInput
[]
Optional
connect
Or
Create
connectOrCreate
?:
|
UserRoleCreateOrConnectWithoutRoleInput
|
UserRoleCreateOrConnectWithoutRoleInput
[]
Optional
create
create
?:
|
Prisma
.
XOR
<
UserRoleCreateWithoutRoleInput
,
UserRoleUncheckedCreateWithoutRoleInput
,
>
|
UserRoleCreateWithoutRoleInput
[]
|
UserRoleUncheckedCreateWithoutRoleInput
[]
Optional
create
Many
createMany
?:
UserRoleCreateManyRoleInputEnvelope
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
connect
connect
Or
Create
create
create
Many
@robert-brightline/auth-db - v0.0.21
Loading...