v4.4.2
·
735 commits
to master
since this release
This release contains the following bug fixes in client codegen for constructing graphql queries:
- Handle interfaces in generated representations for
__entities
query. This issue caused compilation errors due to generated classes not importing the correct classes for interface types. - Fix name clashes in generated query projections. We concatenate field names to generate projection class names, and this can lead to clashes when the field names are similar when concatenated.