@@ -180,7 +180,7 @@ components:
180180 $ref : ' #/components/schemas/Post_ItemListRelationFilter'
181181 profile :
182182 oneOf :
183- - $ref : ' #/components/schemas/ProfileNullableRelationFilter '
183+ - $ref : ' #/components/schemas/ProfileNullableScalarRelationFilter '
184184 - $ref : ' #/components/schemas/ProfileWhereInput'
185185 nullable : true
186186 UserOrderByWithRelationInput :
@@ -241,7 +241,7 @@ components:
241241 $ref : ' #/components/schemas/Post_ItemListRelationFilter'
242242 profile :
243243 oneOf :
244- - $ref : ' #/components/schemas/ProfileNullableRelationFilter '
244+ - $ref : ' #/components/schemas/ProfileNullableScalarRelationFilter '
245245 - $ref : ' #/components/schemas/ProfileWhereInput'
246246 nullable : true
247247 UserScalarWhereWithAggregatesInput :
@@ -319,7 +319,7 @@ components:
319319 - type : string
320320 user :
321321 oneOf :
322- - $ref : ' #/components/schemas/UserRelationFilter '
322+ - $ref : ' #/components/schemas/UserScalarRelationFilter '
323323 - $ref : ' #/components/schemas/UserWhereInput'
324324 ProfileOrderByWithRelationInput :
325325 type : object
@@ -364,7 +364,7 @@ components:
364364 nullable : true
365365 user :
366366 oneOf :
367- - $ref : ' #/components/schemas/UserRelationFilter '
367+ - $ref : ' #/components/schemas/UserScalarRelationFilter '
368368 - $ref : ' #/components/schemas/UserWhereInput'
369369 ProfileScalarWhereWithAggregatesInput :
370370 type : object
@@ -455,7 +455,7 @@ components:
455455 nullable : true
456456 author :
457457 oneOf :
458- - $ref : ' #/components/schemas/UserNullableRelationFilter '
458+ - $ref : ' #/components/schemas/UserNullableScalarRelationFilter '
459459 - $ref : ' #/components/schemas/UserWhereInput'
460460 nullable : true
461461 Post_ItemOrderByWithRelationInput :
@@ -538,7 +538,7 @@ components:
538538 nullable : true
539539 author :
540540 oneOf :
541- - $ref : ' #/components/schemas/UserNullableRelationFilter '
541+ - $ref : ' #/components/schemas/UserNullableScalarRelationFilter '
542542 - $ref : ' #/components/schemas/UserWhereInput'
543543 nullable : true
544544 Post_ItemScalarWhereWithAggregatesInput :
@@ -951,7 +951,7 @@ components:
951951 $ref : ' #/components/schemas/Post_ItemWhereInput'
952952 none :
953953 $ref : ' #/components/schemas/Post_ItemWhereInput'
954- ProfileNullableRelationFilter :
954+ ProfileNullableScalarRelationFilter :
955955 type : object
956956 properties :
957957 is :
@@ -1105,7 +1105,7 @@ components:
11051105 - type : string
11061106 - $ref : ' #/components/schemas/NestedStringNullableFilter'
11071107 nullable : true
1108- UserRelationFilter :
1108+ UserScalarRelationFilter :
11091109 type : object
11101110 properties :
11111111 is :
@@ -1198,7 +1198,7 @@ components:
11981198 oneOf :
11991199 - type : integer
12001200 - $ref : ' #/components/schemas/NestedIntFilter'
1201- UserNullableRelationFilter :
1201+ UserNullableScalarRelationFilter :
12021202 type : object
12031203 properties :
12041204 is :
@@ -2660,14 +2660,14 @@ components:
26602660 - type : string
26612661 - $ref : ' #/components/schemas/NullableStringFieldUpdateOperationsInput'
26622662 nullable : true
2663- UserArgs :
2663+ UserDefaultArgs :
26642664 type : object
26652665 properties :
26662666 select :
26672667 $ref : ' #/components/schemas/UserSelect'
26682668 include :
26692669 $ref : ' #/components/schemas/UserInclude'
2670- ProfileArgs :
2670+ ProfileDefaultArgs :
26712671 type : object
26722672 properties :
26732673 select :
@@ -2684,31 +2684,31 @@ components:
26842684 profile :
26852685 oneOf :
26862686 - type : boolean
2687- - $ref : ' #/components/schemas/ProfileArgs '
2687+ - $ref : ' #/components/schemas/ProfileDefaultArgs '
26882688 _count :
26892689 oneOf :
26902690 - type : boolean
2691- - $ref : ' #/components/schemas/UserCountOutputTypeArgs '
2691+ - $ref : ' #/components/schemas/UserCountOutputTypeDefaultArgs '
26922692 ProfileInclude :
26932693 type : object
26942694 properties :
26952695 user :
26962696 oneOf :
26972697 - type : boolean
2698- - $ref : ' #/components/schemas/UserArgs '
2698+ - $ref : ' #/components/schemas/UserDefaultArgs '
26992699 Post_ItemInclude :
27002700 type : object
27012701 properties :
27022702 author :
27032703 oneOf :
27042704 - type : boolean
2705- - $ref : ' #/components/schemas/UserArgs '
2705+ - $ref : ' #/components/schemas/UserDefaultArgs '
27062706 UserCountOutputTypeSelect :
27072707 type : object
27082708 properties :
27092709 posts :
27102710 type : boolean
2711- UserCountOutputTypeArgs :
2711+ UserCountOutputTypeDefaultArgs :
27122712 type : object
27132713 properties :
27142714 select :
@@ -2733,11 +2733,11 @@ components:
27332733 profile :
27342734 oneOf :
27352735 - type : boolean
2736- - $ref : ' #/components/schemas/ProfileArgs '
2736+ - $ref : ' #/components/schemas/ProfileDefaultArgs '
27372737 _count :
27382738 oneOf :
27392739 - type : boolean
2740- - $ref : ' #/components/schemas/UserCountOutputTypeArgs '
2740+ - $ref : ' #/components/schemas/UserCountOutputTypeDefaultArgs '
27412741 ProfileSelect :
27422742 type : object
27432743 properties :
@@ -2748,7 +2748,7 @@ components:
27482748 user :
27492749 oneOf :
27502750 - type : boolean
2751- - $ref : ' #/components/schemas/UserArgs '
2751+ - $ref : ' #/components/schemas/UserDefaultArgs '
27522752 userId :
27532753 type : boolean
27542754 Post_ItemSelect :
@@ -2765,7 +2765,7 @@ components:
27652765 author :
27662766 oneOf :
27672767 - type : boolean
2768- - $ref : ' #/components/schemas/UserArgs '
2768+ - $ref : ' #/components/schemas/UserDefaultArgs '
27692769 authorId :
27702770 type : boolean
27712771 published :
0 commit comments