graphql-js
graphql-js 介绍
The JavaScript reference implementation for GraphQL,a query language for APIs created by Facebook.
Install GraphQL.js
With yarn:
yarn add graphql
or alternatively using npm:
npm install --save graphql
网站地址:http://graphql.org/graphql-js/
GitHub:https://github.com/graphql/graphql-js
网站描述:GraphQL 的 JavaScript 实现