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