Skip to content

Commit bb6a552

Browse files
committed
Add "useImplementingTypes" option
1 parent 81b20f5 commit bb6a552

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/presets/client/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ export const preset: Types.OutputPreset<ClientPresetConfig> = {
137137
onlyOperationTypes: options.config.onlyOperationTypes,
138138
onlyEnumTypes: options.config.onlyEnumTypes,
139139
customDirectives: options.config.customDirectives,
140+
useImplementingTypes: options.config.useImplementingTypes,
140141
};
141142

142143
const visitor = new ClientSideBaseVisitor(options.schemaAst!, [], options.config, options.config);

0 commit comments

Comments
 (0)