Skip to content

Version 0.7.9

Compare
Choose a tag to compare
@Adrinalin4ik Adrinalin4ik released this 21 Feb 02:40
· 93 commits to master since this release
  • Before, types are being generated for each field separately, now we've added cache storage where we're storing similar types. This change made generated scheme significantly smaller. From the interface perspective, the name of the where filter property types were changed. Before, it was "${fieldName}_${modelName}_PropertyFilterInputType" now it is "${fieldType}_PropertyFilterInputType"