Questions tagged [graphql-federation]

21 questions
0
votes
0 answers

Is it possible to have @extends type for a non-existing parent type

I am trying to use Graphql federation in multiple service configurations, where some services might be present in one configuration, while others - in another. The type extension is not callable directly in each service subgraphs and is only turned…
Simas Joneliunas
  • 2,890
  • 20
  • 28
  • 35
0
votes
1 answer

graphql federation -- gateway isn't forwarding RESPONSE headers

I have a node + nest graphql api with a gateway and subgraphs. I have already configured the REQUEST headers to be forward to my subgraphs. The problem I now have is opposite, it seems that the gateway strips away any custom response headers set by…
0
votes
0 answers

How to Integrate Rest Api with GraphQL Gateway and send Context

I use GraphQL Gateway to integrate with GraphQL Federation Microservices . but I use some Rest API code for some reason. like(refresh token , Upload Images with rest) The Question is : how to communicate with Rest API for the other services from…
0
votes
1 answer

Querying GraphQL Microservice with API key?

I have developed two Netflix DGS GraphQL Microservices and Apollo Gateway on top of these two microservices to make them as an federated graphql. I have a client application that is trying to query both the graphql microservices. And both…
0
votes
2 answers

Federated GraphQL schema validation

I have created 3 microservices in my project and implemented GraphQL Netflix DGS federation framework. https://netflix.github.io/dgs/ As a company, We are having more than 30 schemas from different micro services from different teams. But, if schema…
Stella
  • 1,728
  • 5
  • 41
  • 95
1
2