@robert-brightline/auth-db - v0.0.21
Preparing search index...
models
UserCreateOrConnectWithoutUserRolesInput
Type Alias UserCreateOrConnectWithoutUserRolesInput
type
UserCreateOrConnectWithoutUserRolesInput
=
{
create
:
Prisma
.
XOR
<
UserCreateWithoutUserRolesInput
,
UserUncheckedCreateWithoutUserRolesInput
,
>
;
where
:
UserWhereUniqueInput
;
}
Index
Properties
create
where
Properties
create
create
:
Prisma
.
XOR
<
UserCreateWithoutUserRolesInput
,
UserUncheckedCreateWithoutUserRolesInput
,
>
where
where
:
UserWhereUniqueInput
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
create
where
@robert-brightline/auth-db - v0.0.21
Loading...