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

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

GraphQL 暂停
 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.

安装

GraphQL 暂停
 

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





相关文章: