Version 0.7.9
- 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"