No mutations so far

This commit is contained in:
Pawel Kowalski 2018-08-09 16:14:14 +02:00
parent 4e94b7f8d1
commit 57aa2398f9
1 changed files with 1 additions and 1 deletions

View File

@ -19,4 +19,4 @@ class Mutation(graphene.ObjectType):
debug = graphene.Field(DjangoDebug, name='__debug')
schema = graphene.Schema(query=Query, mutation=Mutation)
schema = graphene.Schema(query=Query)