GraphQL client for java application

1k views Asked by At

I need a graphQL client for java spring application to communicate with another microservice based on graphQL API. I know about Apollo Android but it seems to be not implemented with maven (maybe you know some links or examples with maven etc). Any ideas and suggestions? Thanks in advance!

1

There are 1 answers

1
Abinash On

I've found few links which might be helpful to you.

  1. A graphql client library for microservices communication graphql-spring-webclient

  2. There is another question which i believe uses native graphql maven dependency for client call Make a POST call to GraphQL API programmatically using Java