Skip to content

Simplify generated code for input types in schemagen and clientgen

Compare
Choose a tag to compare
@wravery wravery released this 11 May 17:45
· 144 commits to main since this release
8c502ed

This is a minor version update because the code does need to be regenerated with schemagen/clientgen to maintain compatibility with the GraphQLService.h/GraphQLClient.h shared headers.

There's also a fix for a command line parsing bug in clientgen (#248) and several small documentation fixes to match changes in behavior or improve clarity.

What's Changed

  • Fix #248 by @wravery in #250
  • Use concepts and type traits instead of specializing service::isInputType() for each input type by @wravery in #249
  • Clarify clientgen usage in latest version by @wravery in #251

Full Changelog: v4.3.1...v4.4.0