graphql-js

编程之家收集整理的这个编程导航主要介绍了graphql-js编程之家,现在分享给大家,也给大家做个参考。

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 实现

graphql-js官方网站

官方网站:http://graphql.org/graphql-js/

如果觉得编程之家网站内容还不错,欢迎将编程之家网站推荐给程序员好友。

相关文章

johnny-five,Bocoup 的 JavaScript 机器和物联网编程框架
WePY,一款让小程序支持组件化开发的框架
Deep playground,神经网络的交互式可视化,使用d3.js和TypeS...
ShareDB,用于并发编辑系统的前端数据库
RxJS,RxJS 是使用 Observables 的响应式编程的库
egg-react-ssr,最小而美的Egg + React + SSR 服务端渲染应用...