Skip to content

Commit 05c5ee3

Browse files
committed
Split PRs, no functional changes
1 parent bfd80a6 commit 05c5ee3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/__testUtils__/kitchenSinkQuery.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ query queryName($foo: ComplexType, $site: Site = MOBILE) @onQuery {
1010
...frag @onFragmentSpread
1111
}
1212
}
13-
13+
1414
field3!
1515
field4?
1616
requiredField5: field5!

src/language/kinds.ts

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

2726
/** Values */
2827
VARIABLE = 'Variable',

0 commit comments

Comments
 (0)