Skip to content
Discussion options

You must be logged in to vote

Putting the answer here for visibility:

Codegen cannot offer naming convention support for input types simply because it would break the type conformance with the underlying schema. What you are looking for is Schema Transforms, which consist of transforming your existing schema with tools that will handle for you the naming convention (ex: for input types) at the schema definition level but also by transforming the data (the input type property case) on the fly.

This can be achieved with some of our tools, such as GraphQL Mesh's naming convention or GraphQL Tools transforms.

Replies: 4 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@charlypoly
Comment options

Comment options

You must be logged in to vote
3 replies
@charlypoly
Comment options

@Soviut
Comment options

@charlypoly
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by charlypoly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
2 participants