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: {
229229 NonNullAssertion : [ 'nullabilityAssertion' ] ,
230230 ErrorBoundary : [ 'nullabilityAssertion' ] ,
231231
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+ ] ,
233239 InlineFragment : [ 'typeCondition' , 'directives' , 'selectionSet' ] ,
234240 FragmentDefinition : [
235241 '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.
237244 'variableDefinitions' ,
238245 'typeCondition' ,
239246 'directives' ,
You can’t perform that action at this time.
0 commit comments