From a1f55ba4e4dd881991b76c84f05ea43ea35a20a7 Mon Sep 17 00:00:00 2001 From: Andrey Shustov Date: Sat, 20 May 2023 01:41:51 +0300 Subject: [PATCH] Fix docs example --- docs/mutations.rst | 3 +++ 1 file changed, 3 insertions(+) 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