Skip to content

v4.4.2

Compare
Choose a tag to compare
@srinivasankavitha srinivasankavitha released this 26 Mar 16:57
· 735 commits to master since this release
c0ce6b9

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.