This commit is contained in:
2023-10-06 12:51:48 +03:00
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
from ariadne import ScalarType, QueryType, MutationType
datetime_scalar = ScalarType("DateTime")
query = QueryType()
mutation = MutationType()