'Integration of graphql microservices using feign client
There are 2 graphql microservices that are needed to be integrated. In one of the graphql schema there is pagination present along with validation. For the second graphql microservice to consume, we are using feign client but cannot pass the query variables present in the pagination part of the graphql query. Any other way to connect graphql microservices that would pass the query variables paramaters?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
