@@ -14,34 +14,35 @@ import { ArticleMaxAggregateInput } from './article-max-aggregate.input';
1414
1515@ArgsType ( )
1616export class ArticleAggregateArgs {
17- @Field ( ( ) => ArticleWhereInput , { nullable : true } )
18- @Type ( ( ) => ArticleWhereInput )
19- where ?: ArticleWhereInput ;
2017
21- @Field ( ( ) => [ ArticleOrderByWithRelationInput ] , { nullable : true } )
22- orderBy ?: Array < ArticleOrderByWithRelationInput > ;
18+ @Field ( ( ) => ArticleWhereInput , { nullable :true } )
19+ @Type ( ( ) => ArticleWhereInput )
20+ where ?: ArticleWhereInput ;
2321
24- @Field ( ( ) => ArticleWhereUniqueInput , { nullable : true } )
25- cursor ?: Prisma . AtLeast < ArticleWhereUniqueInput , 'id' | 'slug' > ;
22+ @Field ( ( ) => [ ArticleOrderByWithRelationInput ] , { nullable :true } )
23+ orderBy ?: Array < ArticleOrderByWithRelationInput > ;
2624
27- @Field ( ( ) => Int , { nullable : true } )
28- take ?: number ;
25+ @Field ( ( ) => ArticleWhereUniqueInput , { nullable :true } )
26+ cursor ?: Prisma . AtLeast < ArticleWhereUniqueInput , 'id' | 'slug' > ;
2927
30- @Field ( ( ) => Int , { nullable : true } )
31- skip ?: number ;
28+ @Field ( ( ) => Int , { nullable :true } )
29+ take ?: number ;
3230
33- @Field ( ( ) => ArticleCountAggregateInput , { nullable : true } )
34- _count ?: ArticleCountAggregateInput ;
31+ @Field ( ( ) => Int , { nullable :true } )
32+ skip ?: number ;
3533
36- @Field ( ( ) => ArticleAvgAggregateInput , { nullable : true } )
37- _avg ?: ArticleAvgAggregateInput ;
34+ @Field ( ( ) => ArticleCountAggregateInput , { nullable :true } )
35+ _count ?: ArticleCountAggregateInput ;
3836
39- @Field ( ( ) => ArticleSumAggregateInput , { nullable : true } )
40- _sum ?: ArticleSumAggregateInput ;
37+ @Field ( ( ) => ArticleAvgAggregateInput , { nullable :true } )
38+ _avg ?: ArticleAvgAggregateInput ;
4139
42- @Field ( ( ) => ArticleMinAggregateInput , { nullable : true } )
43- _min ?: ArticleMinAggregateInput ;
40+ @Field ( ( ) => ArticleSumAggregateInput , { nullable :true } )
41+ _sum ?: ArticleSumAggregateInput ;
4442
45- @Field ( ( ) => ArticleMaxAggregateInput , { nullable : true } )
46- _max ?: ArticleMaxAggregateInput ;
43+ @Field ( ( ) => ArticleMinAggregateInput , { nullable :true } )
44+ _min ?: ArticleMinAggregateInput ;
45+
46+ @Field ( ( ) => ArticleMaxAggregateInput , { nullable :true } )
47+ _max ?: ArticleMaxAggregateInput ;
4748}
0 commit comments