Skip to content

Commit 4b70186

Browse files
authored
Remove @staticmethod decorator in mutations doc (#1206)
1 parent 47c63f3 commit 4b70186

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/types/mutations.rst

-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ To use an InputField you define an InputObjectType that specifies the structure
104104
105105
person = graphene.Field(Person)
106106
107-
@staticmethod
108107
def mutate(root, info, person_data=None):
109108
person = Person(
110109
name=person_data.name,

0 commit comments

Comments
 (0)