@@ -9,6 +9,9 @@ enum Mocks {
99 override class var __selections : [ Selection ] { [
1010 . field( " hero " , Hero ? . self, arguments: [ " id " : . variable( " id " ) ] )
1111 ] }
12+ override class var __fulfilledFragments : [ any SelectionSet . Type ] {
13+ [ BidirectionalFriendsQuery . self]
14+ }
1215
1316 var hero : Hero { __data [ " hero " ] }
1417
@@ -23,6 +26,9 @@ enum Mocks {
2326 " after " : . variable( " after " ) ,
2427 ] ) ,
2528 ] }
29+ override class var __fulfilledFragments : [ any SelectionSet . Type ] {
30+ [ Hero . self]
31+ }
2632
2733 var name : String { __data [ " name " ] }
2834 var id : String { __data [ " id " ] }
@@ -35,6 +41,9 @@ enum Mocks {
3541 . field( " friends " , [ Character ] . self) ,
3642 . field( " pageInfo " , PageInfo . self) ,
3743 ] }
44+ override class var __fulfilledFragments : [ any SelectionSet . Type ] {
45+ [ FriendsConnection . self]
46+ }
3847
3948 var totalCount : Int32 { __data [ " totalCount " ] }
4049 var friends : [ Character ] { __data [ " friends " ] }
@@ -46,6 +55,9 @@ enum Mocks {
4655 . field( " name " , String . self) ,
4756 . field( " id " , String . self) ,
4857 ] }
58+ override class var __fulfilledFragments : [ any SelectionSet . Type ] {
59+ [ Character . self]
60+ }
4961
5062 var name : String { __data [ " name " ] }
5163 var id : String { __data [ " id " ] }
@@ -59,6 +71,9 @@ enum Mocks {
5971 . field( " endCursor " , Optional< String> . self ) ,
6072 . field( " hasNextPage " , Bool . self) ,
6173 ] }
74+ override class var __fulfilledFragments : [ any SelectionSet . Type ] {
75+ [ PageInfo . self]
76+ }
6277
6378 var endCursor : String ? { __data [ " endCursor " ] }
6479 var hasNextPage : Bool { __data [ " hasNextPage " ] }
@@ -72,6 +87,9 @@ enum Mocks {
7287 override class var __selections : [ Selection ] { [
7388 . field( " hero " , Hero ? . self, arguments: [ " id " : . variable( " id " ) ] )
7489 ] }
90+ override class var __fulfilledFragments : [ any SelectionSet . Type ] {
91+ [ ReverseFriendsQuery . self]
92+ }
7593
7694 var hero : Hero { __data [ " hero " ] }
7795
@@ -85,6 +103,9 @@ enum Mocks {
85103 " before " : . variable( " before " ) ,
86104 ] ) ,
87105 ] }
106+ override class var __fulfilledFragments : [ any SelectionSet . Type ] {
107+ [ Hero . self]
108+ }
88109
89110 var name : String { __data [ " name " ] }
90111 var id : String { __data [ " id " ] }
@@ -97,6 +118,9 @@ enum Mocks {
97118 . field( " friends " , [ Character ] . self) ,
98119 . field( " pageInfo " , PageInfo . self) ,
99120 ] }
121+ override class var __fulfilledFragments : [ any SelectionSet . Type ] {
122+ [ FriendsConnection . self]
123+ }
100124
101125 var totalCount : Int32 { __data [ " totalCount " ] }
102126 var friends : [ Character ] { __data [ " friends " ] }
@@ -108,6 +132,9 @@ enum Mocks {
108132 . field( " name " , String . self) ,
109133 . field( " id " , String . self) ,
110134 ] }
135+ override class var __fulfilledFragments : [ any SelectionSet . Type ] {
136+ [ Character . self]
137+ }
111138
112139 var name : String { __data [ " name " ] }
113140 var id : String { __data [ " id " ] }
@@ -119,6 +146,9 @@ enum Mocks {
119146 . field( " startCursor " , Optional< String> . self ) ,
120147 . field( " hasPreviousPage " , Bool . self) ,
121148 ] }
149+ override class var __fulfilledFragments : [ any SelectionSet . Type ] {
150+ [ PageInfo . self]
151+ }
122152
123153 var startCursor : String ? { __data [ " startCursor " ] }
124154 var hasPreviousPage : Bool { __data [ " hasPreviousPage " ] }
@@ -130,6 +160,9 @@ enum Mocks {
130160 override class var __selections : [ Selection ] { [
131161 . field( " hero " , Hero ? . self, arguments: [ " id " : . variable( " id " ) ] )
132162 ] }
163+ override class var __fulfilledFragments : [ any SelectionSet . Type ] {
164+ [ FriendsQuery . self]
165+ }
133166
134167 var hero : Hero { __data [ " hero " ] }
135168
@@ -143,6 +176,9 @@ enum Mocks {
143176 " after " : . variable( " after " ) ,
144177 ] ) ,
145178 ] }
179+ override class var __fulfilledFragments : [ any SelectionSet . Type ] {
180+ [ Hero . self]
181+ }
146182
147183 var name : String { __data [ " name " ] }
148184 var id : String { __data [ " id " ] }
@@ -155,6 +191,9 @@ enum Mocks {
155191 . field( " friends " , [ Character ] . self) ,
156192 . field( " pageInfo " , PageInfo . self) ,
157193 ] }
194+ override class var __fulfilledFragments : [ any SelectionSet . Type ] {
195+ [ FriendsConnection . self]
196+ }
158197
159198 var totalCount : Int32 { __data [ " totalCount " ] }
160199 var friends : [ Character ] { __data [ " friends " ] }
@@ -166,6 +205,9 @@ enum Mocks {
166205 . field( " name " , String . self) ,
167206 . field( " id " , String . self) ,
168207 ] }
208+ override class var __fulfilledFragments : [ any SelectionSet . Type ] {
209+ [ Character . self]
210+ }
169211
170212 var name : String { __data [ " name " ] }
171213 var id : String { __data [ " id " ] }
@@ -177,6 +219,9 @@ enum Mocks {
177219 . field( " endCursor " , Optional< String> . self ) ,
178220 . field( " hasNextPage " , Bool . self) ,
179221 ] }
222+ override class var __fulfilledFragments : [ any SelectionSet . Type ] {
223+ [ PageInfo . self]
224+ }
180225
181226 var endCursor : String ? { __data [ " endCursor " ] }
182227 var hasNextPage : Bool { __data [ " hasNextPage " ] }
@@ -189,6 +234,9 @@ enum Mocks {
189234 override class var __selections : [ Selection ] { [
190235 . field( " hero " , Hero ? . self, arguments: [ " id " : . variable( " id " ) ] )
191236 ] }
237+ override class var __fulfilledFragments : [ any SelectionSet . Type ] {
238+ [ OffsetFriendsQuery . self]
239+ }
192240
193241 var hero : Hero { __data [ " hero " ] }
194242
@@ -202,6 +250,9 @@ enum Mocks {
202250 " limit " : . variable( " limit " ) ,
203251 ] ) ,
204252 ] }
253+ override class var __fulfilledFragments : [ any SelectionSet . Type ] {
254+ [ Hero . self]
255+ }
205256
206257 var name : String { __data [ " name " ] }
207258 var id : String { __data [ " id " ] }
@@ -213,6 +264,9 @@ enum Mocks {
213264 . field( " name " , String . self) ,
214265 . field( " id " , String . self) ,
215266 ] }
267+ override class var __fulfilledFragments : [ any SelectionSet . Type ] {
268+ [ Character . self]
269+ }
216270
217271 var name : String { __data [ " name " ] }
218272 var id : String { __data [ " id " ] }
@@ -226,6 +280,9 @@ enum Mocks {
226280 static var __selections : [ Selection ] { [
227281 . field( " hero " , Hero ? . self, arguments: [ " id " : . variable( " id " ) ] )
228282 ] }
283+ static var __fulfilledFragments : [ any SelectionSet . Type ] {
284+ [ NameCacheMutation . self]
285+ }
229286
230287 var hero : Hero ? {
231288 get { __data [ " hero " ] }
@@ -240,6 +297,9 @@ enum Mocks {
240297 . field( " id " , String . self) ,
241298 . field( " name " , String . self) ,
242299 ] }
300+ static var __fulfilledFragments : [ any SelectionSet . Type ] {
301+ [ Hero . self]
302+ }
243303
244304 var id : String {
245305 get { __data [ " id " ] }
0 commit comments