We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 96875bf + de2b346 commit 1d58976Copy full SHA for 1d58976
app/flask_app/schema.py
@@ -1,5 +1,4 @@
1
import graphene
2
-from graphene_sqlalchemy import SQLAlchemyObjectType, SQLAlchemyConnectionField
3
4
from .modules.role.schema import RoleQuery, RoleMutation
5
from .modules.user.schema import UserQuery, UserMutation
@@ -10,4 +9,4 @@ class Mutation(RoleMutation, UserMutation, graphene.ObjectType):
10
9
class Query(RoleQuery, UserQuery, graphene.ObjectType):
11
node = graphene.relay.Node.Field()
12
13
-schema = graphene.Schema(query=Query, mutation=Mutation)
+schema = graphene.Schema(query=Query, mutation=Mutation)
0 commit comments