Skip to content

Commit 7406beb

Browse files
authored
Add support for inputMaybeValue in client preset
1 parent 10ab58d commit 7406beb

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
@@ -141,6 +141,7 @@ export const preset: Types.OutputPreset<ClientPresetConfig> = {
141141
onlyOperationTypes: options.config.onlyOperationTypes,
142142
onlyEnums: options.config.onlyEnums,
143143
customDirectives: options.config.customDirectives,
144+
inputMaybeValue: options.config.inputMaybeValue,
144145
};
145146

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

0 commit comments

Comments
 (0)