You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the client-preset, if I add namingConvention config it won't be taken into account in the "types". It is however applied to the "documents".
Your Example Website or App
Not public
Steps to Reproduce the Bug or Issue
Use the following config:
Config used to reproduce
Describe the bug
When using the
client-preset
, if I addnamingConvention
config it won't be taken into account in the "types". It is however applied to the "documents".Your Example Website or App
Not public
Steps to Reproduce the Bug or Issue
Config used to reproduce
src/gql/graphql
Expected behavior
namingConvention
should be taken into accountScreenshots or Videos
No response
Platform
graphql
version: 16.6.0Codegen Config File
Additional context
It seems to be because
options.config
isn't passed down here:graphql-code-generator/packages/presets/client/src/index.ts
Line 177 in f3c5b7a
The text was updated successfully, but these errors were encountered: