Breaking change:
- Normalize oderByInput with the other inputs, it is no longer a list of strings
- Need to use the resolver_hints decorator for the creation of computed fields
Changed
- Remove related_field in createNestedInput and updateNestedInput for
ManyToOneRel, OnetoOneField and OnetoOneRel fields
Added
- Improve sql performance with use only, select_related, prefetch_related
- Meta Parameter where_only_fields / where_exclude_fields, order_by_only_fields
/ order_by_exclude_fields
- add year, month, day, week_day parameters in the dateFilter
- add hour, minute, second parameters in the timeFilter
Fixed
- FIX WhereInput does not use related_query_name