The current dependency tree looks similar to this:
+-------------+
| |
| graphql-cli |
| |
+------+------+
^
|
+----------+----------+
| |
| graphql-cli-prepare |
| |
+----------+----------+
^
|
+-----------+------------+
| |
| graphql-binding-static |
| |
+------------------------+
This means for every change that's introduced in graphql-binding-static a new version of graphql-cli-prepare and graphql-cli needs to be released and installed in order to use the latest graphql-binding-static changes.
I'd like to change the dependency hierarchy in a way to "colocate" dynamic and static bindings (e.g. put prisma-binding next to the static binding generator for prisma).
Thoughts and idea on this are highly appreciated. π