简体   繁体   中英

how to use GraphQL from Java?

Any webservice which supports GraphQL is consumable through a Java implementation ? Because "it provides an alternative to REST..."?

Any webservice which supports GraphQL is consumable through a Java implementation ? Because "it provides an alternative to REST..."?

You can check the graphql-maven-plugin-project, which generates all the necessary code to make it easy to execute GraphQL requests in Java.

It's available at https://github.com/graphql-java-generator/graphql-maven-plugin-project . It's web site is https://graphql-maven-plugin-project.graphql-java-generator.com

Etienne

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM