mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-07-11 08:42:32 +03:00
Fix docs example
This commit is contained in:
parent
f4a5853968
commit
a1f55ba4e4
|
@ -132,6 +132,9 @@ DjangoFormInputObjectType
|
||||||
|
|
||||||
.. code:: python
|
.. code:: python
|
||||||
|
|
||||||
|
from graphene_django.forms.types import DjangoFormInputObjectType
|
||||||
|
|
||||||
|
|
||||||
class PetFormInput(DjangoFormInputObjectType):
|
class PetFormInput(DjangoFormInputObjectType):
|
||||||
# any other fields can be placed here as well as
|
# any other fields can be placed here as well as
|
||||||
# other djangoforminputobjects and intputobjects
|
# other djangoforminputobjects and intputobjects
|
||||||
|
|
Loading…
Reference in New Issue
Block a user