Skip to content

Commit 4b1ae03

Browse files
committed
Fragment Arguments: Only Syntax Changes
1 parent 2033b21 commit 4b1ae03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/language/kinds.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export enum Kind {
2222
FRAGMENT_SPREAD = 'FragmentSpread',
2323
INLINE_FRAGMENT = 'InlineFragment',
2424
FRAGMENT_DEFINITION = 'FragmentDefinition',
25+
FRAGMENT_ARGUMENT_DEFINITION = 'FragmentArgumentDefinition',
2526

2627
/** Values */
2728
VARIABLE = 'Variable',

0 commit comments

Comments
 (0)