I am using Ariadne with Flask.
When I try from ariadne import QueryType, graphql_sync, make_executable_schema
as indicated in the Ariadne's doc for Flask I get the following error :
ImportError: cannot import name 'GraphQLNamedType'
I am using :
Python 3.5.1
ariadne-0.11.0
graphql-core-2.3.2