After cloning the repo and trying to run the example project, both subscription.dart and main.dart throw exception
Unsupported operation: You attempted to perform a reflective action, but you are using ThrowingReflector, a class which disables reflection. Consider using the MirrorsReflector class if you need reflection. Features like controllers, constructor dependency injection, and ioc require reflection, and will not work without it.
After cloning the repo and trying to run the example project, both subscription.dart and main.dart throw exception
This is caused by not specifying reflector on line 13 https://github.com/dukefirehawk/graphql_dart/blob/master/angel_graphql/example/main.dart
The correct constructor use can be seen here https://pub.dev/packages/angel3_container