Skip to content

Commit 4479c17

Browse files
committed
2 parents 74910f0 + b217c94 commit 4479c17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/api/schema.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,4 +156,4 @@ class Mutation(graphene.ObjectType):
156156
delete_author = DeleteAuthor.Field()
157157

158158

159-
schema = graphene.Schema(query=Query, mutation=Mutation)
159+
schema = graphene.Schema(query=Query, mutation=Mutation)

0 commit comments

Comments
 (0)