@robert-brightline/auth-db - v0.0.21
Preparing search index...
models
RoleUpdateOneRequiredWithoutUserRolesNestedInput
Type Alias RoleUpdateOneRequiredWithoutUserRolesNestedInput
type
RoleUpdateOneRequiredWithoutUserRolesNestedInput
=
{
connect
?:
RoleWhereUniqueInput
;
connectOrCreate
?:
RoleCreateOrConnectWithoutUserRolesInput
;
create
?:
Prisma
.
XOR
<
RoleCreateWithoutUserRolesInput
,
RoleUncheckedCreateWithoutUserRolesInput
,
>
;
update
?:
Prisma
.
XOR
<
Prisma
.
XOR
<
RoleUpdateToOneWithWhereWithoutUserRolesInput
,
RoleUpdateWithoutUserRolesInput
,
>
,
RoleUncheckedUpdateWithoutUserRolesInput
,
>
;
upsert
?:
RoleUpsertWithoutUserRolesInput
;
}
Index
Properties
connect?
connect
Or
Create?
create?
update?
upsert?
Properties
Optional
connect
connect
?:
RoleWhereUniqueInput
Optional
connect
Or
Create
connectOrCreate
?:
RoleCreateOrConnectWithoutUserRolesInput
Optional
create
create
?:
Prisma
.
XOR
<
RoleCreateWithoutUserRolesInput
,
RoleUncheckedCreateWithoutUserRolesInput
,
>
Optional
update
update
?:
Prisma
.
XOR
<
Prisma
.
XOR
<
RoleUpdateToOneWithWhereWithoutUserRolesInput
,
RoleUpdateWithoutUserRolesInput
,
>
,
RoleUncheckedUpdateWithoutUserRolesInput
,
>
Optional
upsert
upsert
?:
RoleUpsertWithoutUserRolesInput
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
connect
connect
Or
Create
create
update
upsert
@robert-brightline/auth-db - v0.0.21
Loading...