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

This commit is contained in:
2023-10-06 03:04:10 -03:00
parent 10db0b45ef
commit 49a825274a
2 changed files with 2 additions and 2 deletions

View File

@@ -10,4 +10,4 @@ def serialize_datetime(value):
query = QueryType()
mutation = MutationType()
resolvers = [query, mutation, datetime_scalar, ]
resolvers = [query, mutation, datetime_scalar, service_resolvers]