We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea2cd98 commit 547a4cbCopy full SHA for 547a4cb
docs/form-mutations.rst
@@ -43,6 +43,8 @@ DjangoModelFormMutation
43
model = Pet
44
45
class PetMutation(DjangoModelFormMutation):
46
+ pet = Field(PetType)
47
+
48
class Meta:
49
form_class = PetForm
50
0 commit comments