Fix docs example

This commit is contained in:
Andrey Shustov 2023-05-20 01:41:51 +03:00
parent f4a5853968
commit a1f55ba4e4

View File

@ -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