We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 74910f0 + b217c94 commit 4479c17Copy full SHA for 4479c17
backend/api/schema.py
@@ -156,4 +156,4 @@ class Mutation(graphene.ObjectType):
156
delete_author = DeleteAuthor.Field()
157
158
159
-schema = graphene.Schema(query=Query, mutation=Mutation)
+schema = graphene.Schema(query=Query, mutation=Mutation)
0 commit comments