@robert-brightline/hr-db - v0.0.21
Preparing search index...
models
AuditLogWhereInput
Type Alias AuditLogWhereInput
type
AuditLogWhereInput
=
{
AND
?:
AuditLogWhereInput
|
AuditLogWhereInput
[]
;
createdAt
?:
DateTimeFilter
<
"AuditLog"
>
|
Date
|
string
;
id
?:
IntFilter
<
"AuditLog"
>
|
number
;
message
?:
StringNullableFilter
<
"AuditLog"
>
|
string
|
null
;
NOT
?:
AuditLogWhereInput
|
AuditLogWhereInput
[]
;
operation
?:
EnumOperationFilter
<
"AuditLog"
>
|
Operation
;
operator
?:
UuidFilter
<
"AuditLog"
>
|
string
;
OR
?:
AuditLogWhereInput
[]
;
subject
?:
StringFilter
<
"AuditLog"
>
|
string
;
}
Index
Properties
AND?
created
At?
id?
message?
NOT?
operation?
operator?
OR?
subject?
Properties
Optional
AND
AND
?:
AuditLogWhereInput
|
AuditLogWhereInput
[]
Optional
created
At
createdAt
?:
DateTimeFilter
<
"AuditLog"
>
|
Date
|
string
Optional
id
id
?:
IntFilter
<
"AuditLog"
>
|
number
Optional
message
message
?:
StringNullableFilter
<
"AuditLog"
>
|
string
|
null
Optional
NOT
NOT
?:
AuditLogWhereInput
|
AuditLogWhereInput
[]
Optional
operation
operation
?:
EnumOperationFilter
<
"AuditLog"
>
|
Operation
Optional
operator
operator
?:
UuidFilter
<
"AuditLog"
>
|
string
Optional
OR
OR
?:
AuditLogWhereInput
[]
Optional
subject
subject
?:
StringFilter
<
"AuditLog"
>
|
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
AND
created
At
id
message
NOT
operation
operator
OR
subject
@robert-brightline/hr-db - v0.0.21
Loading...