How can i pass common params into GraphQL body part for all the queries?

Hi All

I want to pass one common object into body part of the my all GraphQL request.
How can i inject it from one place for all the queries?

Maybe this could help depending on your use case: Apollo Link overview - Apollo GraphQL Docs

Hi Thanks for your response

My requirement is, How can i add one object into each and every GraphQL request body from one common place, can it be done through apolloLink?

I haven’t done it myself except for headers, but I think so, look at the link I posted and read the doc it should give you ideas on how you could do it, you would need to test it.