core/services/schema.py
Untone e6720ccaaf
Some checks failed
Deploy to core / deploy (push) Failing after 7s
restore-struct
2024-02-19 10:14:14 +03:00

6 lines
121 B
Python

from ariadne import MutationType, QueryType
query = QueryType()
mutation = MutationType()
resolvers = [query, mutation]