Skip to content

1.2.1

Compare
Choose a tag to compare
@AnthonyMDev AnthonyMDev released this 02 Jun 18:56
· 233 commits to main since this release
759a665

Improved

  • Added new validation to alert users to type naming conflict when running code generation(#2405): See PR #3041.

Fixed

  • Int values failing to cast to Scalar Type during cache key resolution (#3034): See PR #3037. Thank you to @asbhat for raising the issue.
  • Fix malformed RootEntityType on generated fragment with @include condition. (#2962): See PR #3045. Thank you to @alexisbronchart for raising the issue.