Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It seems that some general module capabilities are missing from the way the intergration is done. Usually you have something like
useFactory
to introduce some dependencies to the creation of the Module. For example, if you use a ConfigService that holds some configuration like secrets or urls or other things you might want to bring them in during the configuration of the federation gateway. How is this possible with @graphql-yoga/nestjs-federation ? And where do the plugins for apollo go then?Beta Was this translation helpful? Give feedback.
All reactions