Approach for multiple schema architecture #453
-
Hello, We are trying to move forward to using GraphQL for internal communication between services, and stumble upon GraphJin, and so we gave it a try. However, it seems an instance of GraphJin cannot start without selecting a database first. And even then, it also seems to not having any way to modify the resulting query to change schema on request basis. So, the only option is to create an instance of GraphJin per database? which is pretty costly. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
My bad. It is in fact, able to change resulting query's schema using directive. Kudos for the work, GraphJin team. |
Beta Was this translation helpful? Give feedback.
My bad. It is in fact, able to change resulting query's schema using directive.
Kudos for the work, GraphJin team.