Skip to content

v0.0.1

Compare
Choose a tag to compare
@eamigo86 eamigo86 released this 09 Oct 15:03
· 298 commits to master since this release

1- Fixed bug on DjangoInputObjectType class that refer to unused interface attribute.
2- Added support to create nested objects like in DRF (http://www.django-rest-framework.org/api-guide/serializers/#writable-nested-representations), it's valid to SerializerMutation and DjangoInputObjectType, only is necessary to specify nested_fields=True on its Meta class definition.
01-resp_image

3- Added support to show, only in mutations types to create objects and with debug=True on settings, inputs autocomplete ordered by required fields first.
01-create_mutations_show_required_fields_first release_0 0 1

4- Fixed others minors bugs