别人的文章
http://blog.csdn.net/imwebteam/article/details/53888708

Java 文档都打不开,已经在GitHub上提了
824039-20170326164547393-820720479.png
in README.md file, the Javadoc link--"http://graphql-java.github.io/graphql-java/" cannot be visited .

The result page shows "There isn't a GitHub Pages site here. If you're trying to publish one, read the full documentation to learn how to set up GitHub Pages for your repository, organization, or user account.".
 

824039-20170326164547721-1517153768.png
 A query language for your API
GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. GraphQL provides a complete and understandable description of the data in your API, gives clients the power to ask for exactly what they need and nothing more, makes it easier to evolve APIs over time, and enables powerful developer tools.

安装

824039-20170326164548018-1472017189.png
 

使用,用Java

https://www.npmjs.com/package/graphiql
https://github.com/graphql-java/graphql-java

<dependency>
    <groupId>com.graphql-java</groupId>
    <artifactId>graphql-java</artifactId>
    <version>2.3.0</version>
</dependency>

GraphQL
http://graphql.org





转载于:https://www.cnblogs.com/xiaoCong2016/p/6623229.html

Logo

开放原子开发者工作坊旨在鼓励更多人参与开源活动,与志同道合的开发者们相互交流开发经验、分享开发心得、获取前沿技术趋势。工作坊有多种形式的开发者活动,如meetup、训练营等,主打技术交流,干货满满,真诚地邀请各位开发者共同参与!

更多推荐