v0.1.0-alpha1
eamigo86
released this
23 Oct 18:17
·
285 commits
to master
since this release
- Added support to multiselect choices values for models.CharField with choices attribute, on queries and mutations. Example: Integration with django-multiselectfield package.
- Added support to GenericForeignKey and GenericRelation fields, on queries and mutations.
- Added first approach to support Subscriptions with Channels, with subscribe and unsubscribe operations. Using channels-api package. 🏆
- Fixed minors bugs.