@robert-brightline/auth-db - v0.0.21
Preparing search index...
models
AppGroupByArgs
Type Alias AppGroupByArgs<ExtArgs>
type
AppGroupByArgs
<
ExtArgs
extends
runtime.Types.Extensions.InternalArgs
=
runtime.Types.Extensions.DefaultArgs
,
>
=
{
_avg
?:
AppAvgAggregateInputType
;
_count
?:
AppCountAggregateInputType
|
true
;
_max
?:
AppMaxAggregateInputType
;
_min
?:
AppMinAggregateInputType
;
_sum
?:
AppSumAggregateInputType
;
by
:
Prisma
.
AppScalarFieldEnum
[]
|
Prisma
.
AppScalarFieldEnum
;
having
?:
AppScalarWhereWithAggregatesInput
;
orderBy
?:
AppOrderByWithAggregationInput
|
AppOrderByWithAggregationInput
[]
;
skip
?:
number
;
take
?:
number
;
where
?:
AppWhereInput
;
}
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
?:
AppAvgAggregateInputType
Optional
_
count
_count
?:
AppCountAggregateInputType
|
true
Optional
_
max
_max
?:
AppMaxAggregateInputType
Optional
_
min
_min
?:
AppMinAggregateInputType
Optional
_
sum
_sum
?:
AppSumAggregateInputType
by
by
:
Prisma
.
AppScalarFieldEnum
[]
|
Prisma
.
AppScalarFieldEnum
Optional
having
having
?:
AppScalarWhereWithAggregatesInput
Optional
order
By
orderBy
?:
AppOrderByWithAggregationInput
|
AppOrderByWithAggregationInput
[]
Optional
skip
skip
?:
number
Optional
take
take
?:
number
Optional
where
where
?:
AppWhereInput
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...