Feature/notifications (#77)
feature - notifications Co-authored-by: Igor Lobanov <igor.lobanov@onetwotrip.com>
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
from ariadne import MutationType, QueryType, SubscriptionType, ScalarType
|
||||
|
||||
from ariadne import MutationType, QueryType, ScalarType
|
||||
|
||||
datetime_scalar = ScalarType("DateTime")
|
||||
|
||||
@@ -11,5 +10,4 @@ def serialize_datetime(value):
|
||||
|
||||
query = QueryType()
|
||||
mutation = MutationType()
|
||||
subscription = SubscriptionType()
|
||||
resolvers = [query, mutation, subscription, datetime_scalar]
|
||||
resolvers = [query, mutation, datetime_scalar]
|
||||
|
Reference in New Issue
Block a user