cppgraphqlgen
cppgraphqlgen copied to clipboard
Fix minor code smells in schema generator
trafficstars
Here's another minor suggestion by SonarQube. The generated object class is already final is so no need to declare the functions as final.
There is also suggestions to mark the constructors inside the generated object class as explicit. Are they implicit by design?