circular-fix
This commit is contained in:
@@ -4,7 +4,6 @@ from .messages import messages_resolvers
|
||||
from .search import search_resolvers
|
||||
from .unread import unread_resolvers
|
||||
import json
|
||||
from ariadne import MutationType, QueryType, SubscriptionType
|
||||
from ariadne import ScalarType
|
||||
|
||||
|
||||
@@ -16,11 +15,6 @@ def serialize_datetime(value):
|
||||
return value.isoformat()
|
||||
|
||||
|
||||
query = QueryType()
|
||||
mutation = MutationType()
|
||||
subscription = SubscriptionType()
|
||||
|
||||
|
||||
dict_scalar = ScalarType("Dict")
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user