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
I try to override args for all fields resolvers, but it doesn't work. It seems that @Args decorator use a stored version of args and don't use my overrided version (I tried to use globalMiddlewares, and Apollo plugins)
I search a way to achive this in an unique place.
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
-
I try to override args for all fields resolvers, but it doesn't work. It seems that @Args decorator use a stored version of args and don't use my overrided version (I tried to use
globalMiddlewares
, and Apollo plugins)I search a way to achive this in an unique place.
Beta Was this translation helpful? Give feedback.
All reactions