No mutations so far
This commit is contained in:
parent
4e94b7f8d1
commit
57aa2398f9
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue