wip: redis, sqlalchemy, structured, etc
This commit is contained in:
6
resolvers/base.py
Normal file
6
resolvers/base.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from ariadne import MutationType, QueryType
|
||||
|
||||
query = QueryType()
|
||||
mutation = MutationType()
|
||||
|
||||
resolvers = [query, mutation]
|
Reference in New Issue
Block a user