File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -229,11 +229,18 @@ export const QueryDocumentKeys: {
229
229
NonNullAssertion : [ 'nullabilityAssertion' ] ,
230
230
ErrorBoundary : [ 'nullabilityAssertion' ] ,
231
231
232
- FragmentSpread : [ 'name' , 'arguments' , 'directives' ] ,
232
+ FragmentSpread : [
233
+ 'name' ,
234
+ // Note: Fragment arguments are experimental and may be changed or removed
235
+ // in the future.
236
+ 'arguments' ,
237
+ 'directives' ,
238
+ ] ,
233
239
InlineFragment : [ 'typeCondition' , 'directives' , 'selectionSet' ] ,
234
240
FragmentDefinition : [
235
241
'name' ,
236
- // Note: fragment variable definitions are deprecated and will removed in v17.0.0
242
+ // Note: Fragment variables are experimental and may be changed or removed
243
+ // in the future.
237
244
'variableDefinitions' ,
238
245
'typeCondition' ,
239
246
'directives' ,
You can’t perform that action at this time.
0 commit comments