The deps in setup.py pull in graphl-server-core>=1.0.dev which pulls in the 1.1rc0 but keeps graphql-core at 2.0. graphql-server-core 1.1rc0 and graphql-core 2.0 are incompatible. This breaks aiohttp-graphql.
It is probably not a good idea to define such a wide range for dependencies on core graphql libs so this won't happen again.
Workaround for now is to downgrade graphql-server-core in my project to graphql-server-core==1.0.dev20170322001