export type KindEnum =
"Name" |
-- Document
"Document"
| "OperationDefinition"
| "VariableDefinition"
| "SelectionSet"
| "Field"
| "Argument" |
-- Fragments
"FragmentSpread"
| "InlineFragment"
| "FragmentDefinition"
it should put the leading | on the next non-comment line, but instead puts it on the next comment line:
