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.
2 parents fb8a129 + 547a4cb commit 2016011Copy full SHA for 2016011
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