You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
running multiple graph variants in parallel (automatic environments for each branch in CI/CD for example). Each feature branch has a unique domain name based on which appropriate graph configuration is fetched.
pre/post processing of user requests in nodejs (custom auth requirements etc)
The text was updated successfully, but these errors were encountered:
This is a really nice suggestion! Having Conductor’s API exposed to Node not just as a standalone server, but also where you can resolve requests without a running server would be indeed really nice and opens many flexibility options for Nodejs users.
Current usage of
@graphql-conductor/lib
is strictly limited to running a single standalone server onlyFor many use-cases this is too limiting. We might want to also expose a lower level api
Motivation:
The text was updated successfully, but these errors were encountered: