diff --git a/docs/types/mutations.rst b/docs/types/mutations.rst index d63ada3ed..f8c76f350 100644 --- a/docs/types/mutations.rst +++ b/docs/types/mutations.rst @@ -104,7 +104,6 @@ To use an InputField you define an InputObjectType that specifies the structure person = graphene.Field(Person) - @staticmethod def mutate(root, info, person_data=None): person = Person( name=person_data.name,