Skip to main content

All Questions

Filter by
Sorted by
Tagged with
2 votes
1 answer
404 views

How can I provide input field arguments with apollo federation 2?

I am trying to federate two of my micro services with apollo gql federation 2. I have successfully connected the two services through the federation with the following schemas: Subgraph1 - Product ...
CaminoDS's user avatar
1 vote
1 answer
427 views

Federated graphql context with gqlgen

How do you get the graphql context in a gqlgen subgraph that has been passed down from the federated graphql gateway?
hboylan's user avatar
  • 387
2 votes
0 answers
378 views

Forward header to implementations

I'm building a graphql api with gqlgen and apollo federation as a gateway. in gqlgen, I have three services: static page, accounts, auth. And I'm using apollo federation as a gateway. For the auth ...
Gep Gecici's user avatar