Skip to content
This repository was archived by the owner on May 10, 2018. It is now read-only.
This repository was archived by the owner on May 10, 2018. It is now read-only.

Change dependency tree structure #65

@schickling

Description

@schickling

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. 🎉

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions