My application (spring-boot application) is going to invoke a set of graphQL services hosted in different server. My java code (server side) needs to invoke those services to fetch & update data.
I'm looking for Java based GraphQL clients (API) so that I can invoke those services from my server side java code.
I know apollo-android graphQL client is used to builds Android Apps, but I'm not sure whether the same API will work here as well or not.
Please help me here.