1
votes

Graphql server end point calling other api end point from inside it's service method Java springboot.

I have two end points one calling other to get its data and map it to its own. The first one is a graphql end point and the later is a rest/graphql end point. How to call the later from inside the first graphql project. Is there any client such as crnk/ kathersis for graphql programmatically.

1

1 Answers

0
votes