graphql-python / graphene-django

Build powerful, efficient, and flexible GraphQL APIs with seamless Django integration.
http://docs.graphene-python.org/projects/django/en/latest/
MIT License
4.28k stars 766 forks source link

Reading form fields of Django Forms #1493

Open drsounds opened 7 months ago

drsounds commented 7 months ago

Added functionality to read fields from a Django Form by introducing the DjangoFormObjectType class