GraphQL 暂停


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

Java 文档都打不开,已经在GitHub上提了
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.".
 

 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.

安装

 

使用,用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





posted on 2017-03-26 16:46  xiaoCong2015  阅读(1017)  评论(0编辑  收藏  举报

导航