@robert-brightline/auth-db - v0.0.21
Preparing search index...
models
UserRoleUncheckedUpdateManyWithoutUserNestedInput
Type Alias UserRoleUncheckedUpdateManyWithoutUserNestedInput
type
UserRoleUncheckedUpdateManyWithoutUserNestedInput
=
{
connect
?:
UserRoleWhereUniqueInput
|
UserRoleWhereUniqueInput
[]
;
connectOrCreate
?:
|
UserRoleCreateOrConnectWithoutUserInput
|
UserRoleCreateOrConnectWithoutUserInput
[]
;
create
?:
|
Prisma
.
XOR
<
UserRoleCreateWithoutUserInput
,
UserRoleUncheckedCreateWithoutUserInput
,
>
|
UserRoleCreateWithoutUserInput
[]
|
UserRoleUncheckedCreateWithoutUserInput
[]
;
createMany
?:
UserRoleCreateManyUserInputEnvelope
;
delete
?:
UserRoleWhereUniqueInput
|
UserRoleWhereUniqueInput
[]
;
deleteMany
?:
UserRoleScalarWhereInput
|
UserRoleScalarWhereInput
[]
;
disconnect
?:
UserRoleWhereUniqueInput
|
UserRoleWhereUniqueInput
[]
;
set
?:
UserRoleWhereUniqueInput
|
UserRoleWhereUniqueInput
[]
;
update
?:
|
UserRoleUpdateWithWhereUniqueWithoutUserInput
|
UserRoleUpdateWithWhereUniqueWithoutUserInput
[]
;
updateMany
?:
|
UserRoleUpdateManyWithWhereWithoutUserInput
|
UserRoleUpdateManyWithWhereWithoutUserInput
[]
;
upsert
?:
|
UserRoleUpsertWithWhereUniqueWithoutUserInput
|
UserRoleUpsertWithWhereUniqueWithoutUserInput
[]
;
}
Index
Properties
connect?
connect
Or
Create?
create?
create
Many?
delete?
delete
Many?
disconnect?
set?
update?
update
Many?
upsert?
Properties
Optional
connect
connect
?:
UserRoleWhereUniqueInput
|
UserRoleWhereUniqueInput
[]
Optional
connect
Or
Create
connectOrCreate
?:
|
UserRoleCreateOrConnectWithoutUserInput
|
UserRoleCreateOrConnectWithoutUserInput
[]
Optional
create
create
?:
|
Prisma
.
XOR
<
UserRoleCreateWithoutUserInput
,
UserRoleUncheckedCreateWithoutUserInput
,
>
|
UserRoleCreateWithoutUserInput
[]
|
UserRoleUncheckedCreateWithoutUserInput
[]
Optional
create
Many
createMany
?:
UserRoleCreateManyUserInputEnvelope
Optional
delete
delete
?:
UserRoleWhereUniqueInput
|
UserRoleWhereUniqueInput
[]
Optional
delete
Many
deleteMany
?:
UserRoleScalarWhereInput
|
UserRoleScalarWhereInput
[]
Optional
disconnect
disconnect
?:
UserRoleWhereUniqueInput
|
UserRoleWhereUniqueInput
[]
Optional
set
set
?:
UserRoleWhereUniqueInput
|
UserRoleWhereUniqueInput
[]
Optional
update
update
?:
|
UserRoleUpdateWithWhereUniqueWithoutUserInput
|
UserRoleUpdateWithWhereUniqueWithoutUserInput
[]
Optional
update
Many
updateMany
?:
|
UserRoleUpdateManyWithWhereWithoutUserInput
|
UserRoleUpdateManyWithWhereWithoutUserInput
[]
Optional
upsert
upsert
?:
|
UserRoleUpsertWithWhereUniqueWithoutUserInput
|
UserRoleUpsertWithWhereUniqueWithoutUserInput
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
connect
connect
Or
Create
create
create
Many
delete
delete
Many
disconnect
set
update
update
Many
upsert
@robert-brightline/auth-db - v0.0.21
Loading...