mirror of
https://github.com/graphql-python/graphene-django.git
synced 2024-11-24 18:44:08 +03:00
Implementing reading form fields
This commit is contained in:
parent
f9a4305e61
commit
07bd845bf6
|
@ -47,7 +47,7 @@ class ReporterFormType(DjangoFormObjectType):
|
|||
def test_query_djangoformtype():
|
||||
class MyFormType(DjangoFormObjectType):
|
||||
form_class = MyForm
|
||||
|
||||
|
||||
only_fields = ('text_field', 'int_field')
|
||||
exclude_fields = []
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user