We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34e7f81 commit 730ab34Copy full SHA for 730ab34
packages/plugins/other/visitor-plugin-common/src/selection-set-to-object.ts
@@ -970,7 +970,6 @@ export class SelectionSetToObject<Config extends ParsedDocumentsConfig = ParsedD
970
function formatUnion(config: ParsedDocumentsConfig, members: string[]): string {
971
if (config.printFieldsOnNewLines && members.length > 1) {
972
return `\n | ${members.join('\n | ')}`;
973
- }
974
- return members.join(' | ');
975
-
+ }
+ return members.join(' | ');
976
}
0 commit comments