@robert-brightline/auth-db - v0.0.21
Preparing search index...
models
PermissionScalarWhereInput
Type Alias PermissionScalarWhereInput
type
PermissionScalarWhereInput
=
{
AND
?:
PermissionScalarWhereInput
|
PermissionScalarWhereInput
[]
;
appId
?:
IntFilter
<
"Permission"
>
|
number
;
createdAt
?:
DateTimeFilter
<
"Permission"
>
|
Date
|
string
;
deletedAt
?:
DateTimeNullableFilter
<
"Permission"
>
|
Date
|
string
|
null
;
id
?:
IntFilter
<
"Permission"
>
|
number
;
NOT
?:
PermissionScalarWhereInput
|
PermissionScalarWhereInput
[]
;
operation
?:
EnumOperationFilter
<
"Permission"
>
|
Operation
;
OR
?:
PermissionScalarWhereInput
[]
;
resourceId
?:
IntFilter
<
"Permission"
>
|
number
;
updatedAt
?:
DateTimeFilter
<
"Permission"
>
|
Date
|
string
;
}
Index
Properties
AND?
app
Id?
created
At?
deleted
At?
id?
NOT?
operation?
OR?
resource
Id?
updated
At?
Properties
Optional
AND
AND
?:
PermissionScalarWhereInput
|
PermissionScalarWhereInput
[]
Optional
app
Id
appId
?:
IntFilter
<
"Permission"
>
|
number
Optional
created
At
createdAt
?:
DateTimeFilter
<
"Permission"
>
|
Date
|
string
Optional
deleted
At
deletedAt
?:
DateTimeNullableFilter
<
"Permission"
>
|
Date
|
string
|
null
Optional
id
id
?:
IntFilter
<
"Permission"
>
|
number
Optional
NOT
NOT
?:
PermissionScalarWhereInput
|
PermissionScalarWhereInput
[]
Optional
operation
operation
?:
EnumOperationFilter
<
"Permission"
>
|
Operation
Optional
OR
OR
?:
PermissionScalarWhereInput
[]
Optional
resource
Id
resourceId
?:
IntFilter
<
"Permission"
>
|
number
Optional
updated
At
updatedAt
?:
DateTimeFilter
<
"Permission"
>
|
Date
|
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
AND
app
Id
created
At
deleted
At
id
NOT
operation
OR
resource
Id
updated
At
@robert-brightline/auth-db - v0.0.21
Loading...