diff --git a/docs/mutations.rst b/docs/mutations.rst index 00849ce..f43063f 100644 --- a/docs/mutations.rst +++ b/docs/mutations.rst @@ -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