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