graphqlcodegen
graphqlcodegen copied to clipboard
Is there a configuration option to generate .toBuilder() on the models?
Is there an option for the plugin to generate a .toBuilder() method similar to the one Lombok generates when you annotate a class with @Builder?
I'm assuming not as I didn't see anything in your docs, unless I overlooked it.
Is this something you'd consider adding?