feat: wildcard to resolvers , and find that load_resolvers are not added

This commit is contained in:
Stepan Vladovskiy 2023-10-06 03:07:52 -03:00
parent 49a825274a
commit 7f5dd907ed

View File

@ -1,4 +1,5 @@
from ariadne import ScalarType, QueryType, MutationType
from resolvers.service import service_resolvers
datetime_scalar = ScalarType("DateTime")