How can i pass custom arguments to field resolver in another federated service #4959
Unanswered
awkward-minion
asked this question in
Q&A
Replies: 2 comments
-
Those should show up right next to the |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have a similar set up but my custom arguments are returned undefined - any idea how I can expose them? |
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
-
I am using apollo/federation to develop my application. How can i pass custom arguments to type resolver, so that the custom arguments are accessible from another service
Book service
Teacher service
Here in above example snippet, Can i pass
customArg1
andcustomArg2
to teacher graphql service from book graphql service.Beta Was this translation helpful? Give feedback.
All reactions