We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6751a6 commit b05cfc8Copy full SHA for b05cfc8
packages/plugins/other/visitor-plugin-common/src/selection-set-to-object.ts
@@ -959,7 +959,6 @@ export class SelectionSetToObject<Config extends ParsedDocumentsConfig = ParsedD
959
function formatUnion(config: ParsedDocumentsConfig, members: string[]): string {
960
if (config.printFieldsOnNewLines && members.length > 1) {
961
return `\n | ${members.join('\n | ')}`;
962
- }
963
- return members.join(' | ');
964
-
+ }
+ return members.join(' | ');
965
}
0 commit comments