Skip to content

Commit

Permalink
Split PRs, no functional changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mjmahone committed Feb 9, 2023
1 parent bfd80a6 commit 05c5ee3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/__testUtils__/kitchenSinkQuery.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ query queryName($foo: ComplexType, $site: Site = MOBILE) @onQuery {
...frag @onFragmentSpread
}
}
field3!
field4?
requiredField5: field5!
Expand Down
1 change: 0 additions & 1 deletion src/language/kinds.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export enum Kind {
FRAGMENT_SPREAD = 'FragmentSpread',
INLINE_FRAGMENT = 'InlineFragment',
FRAGMENT_DEFINITION = 'FragmentDefinition',
FRAGMENT_ARGUMENT_DEFINITION = 'FragmentArgumentDefinition',

/** Values */
VARIABLE = 'Variable',
Expand Down

0 comments on commit 05c5ee3

Please sign in to comment.