@robert-brightline/auth-db - v0.0.21
Preparing search index...
models
UserGroupByArgs
Type Alias UserGroupByArgs<ExtArgs>
type
UserGroupByArgs
<
ExtArgs
extends
runtime.Types.Extensions.InternalArgs
=
runtime.Types.Extensions.DefaultArgs
,
>
=
{
_avg
?:
UserAvgAggregateInputType
;
_count
?:
UserCountAggregateInputType
|
true
;
_max
?:
UserMaxAggregateInputType
;
_min
?:
UserMinAggregateInputType
;
_sum
?:
UserSumAggregateInputType
;
by
:
Prisma
.
UserScalarFieldEnum
[]
|
Prisma
.
UserScalarFieldEnum
;
having
?:
UserScalarWhereWithAggregatesInput
;
orderBy
?:
|
UserOrderByWithAggregationInput
|
UserOrderByWithAggregationInput
[]
;
skip
?:
number
;
take
?:
number
;
where
?:
UserWhereInput
;
}
Type Parameters
ExtArgs
extends
runtime.Types.Extensions.InternalArgs
=
runtime.Types.Extensions.DefaultArgs
Index
Properties
_
avg?
_
count?
_
max?
_
min?
_
sum?
by
having?
order
By?
skip?
take?
where?
Properties
Optional
_
avg
_avg
?:
UserAvgAggregateInputType
Optional
_
count
_count
?:
UserCountAggregateInputType
|
true
Optional
_
max
_max
?:
UserMaxAggregateInputType
Optional
_
min
_min
?:
UserMinAggregateInputType
Optional
_
sum
_sum
?:
UserSumAggregateInputType
by
by
:
Prisma
.
UserScalarFieldEnum
[]
|
Prisma
.
UserScalarFieldEnum
Optional
having
having
?:
UserScalarWhereWithAggregatesInput
Optional
order
By
orderBy
?:
UserOrderByWithAggregationInput
|
UserOrderByWithAggregationInput
[]
Optional
skip
skip
?:
number
Optional
take
take
?:
number
Optional
where
where
?:
UserWhereInput
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_
avg
_
count
_
max
_
min
_
sum
by
having
order
By
skip
take
where
@robert-brightline/auth-db - v0.0.21
Loading...