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
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?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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