Skip to content

Commit

Permalink
turn flattenGeneratedTypesIncludeFragments true
Browse files Browse the repository at this point in the history
  • Loading branch information
cometkim committed Jun 12, 2022
1 parent 2939bf4 commit 951ec25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/src/services/codegen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ const DEFAULT_CONFIG = Object.freeze({
addUnderscoreToArgsType: true,
skipTypename: true,
flattenGeneratedTypes: true,
flattenGeneratedTypesIncludeFragments: true,
});

const DEFAULT_TYPESCRIPT_SCALARS = Object.freeze({
Expand Down

0 comments on commit 951ec25

Please sign in to comment.