@robert-brightline/auth-db - v0.0.21
Preparing search index...
models
PermissionCreateNestedManyWithoutAppInput
Type Alias PermissionCreateNestedManyWithoutAppInput
type
PermissionCreateNestedManyWithoutAppInput
=
{
connect
?:
PermissionWhereUniqueInput
|
PermissionWhereUniqueInput
[]
;
connectOrCreate
?:
|
PermissionCreateOrConnectWithoutAppInput
|
PermissionCreateOrConnectWithoutAppInput
[]
;
create
?:
|
Prisma
.
XOR
<
PermissionCreateWithoutAppInput
,
PermissionUncheckedCreateWithoutAppInput
,
>
|
PermissionCreateWithoutAppInput
[]
|
PermissionUncheckedCreateWithoutAppInput
[]
;
createMany
?:
PermissionCreateManyAppInputEnvelope
;
}
Index
Properties
connect?
connect
Or
Create?
create?
create
Many?
Properties
Optional
connect
connect
?:
PermissionWhereUniqueInput
|
PermissionWhereUniqueInput
[]
Optional
connect
Or
Create
connectOrCreate
?:
|
PermissionCreateOrConnectWithoutAppInput
|
PermissionCreateOrConnectWithoutAppInput
[]
Optional
create
create
?:
|
Prisma
.
XOR
<
PermissionCreateWithoutAppInput
,
PermissionUncheckedCreateWithoutAppInput
,
>
|
PermissionCreateWithoutAppInput
[]
|
PermissionUncheckedCreateWithoutAppInput
[]
Optional
create
Many
createMany
?:
PermissionCreateManyAppInputEnvelope
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...