graphql ws:符合WebSocket协议的服务器和客户端上的一致零依赖惰性简单GraphQL 源码
符合服务器和客户端的一致,零依赖,惰性,简单的 。 入门 安装 $ yarn add graphql-ws 创建一个GraphQL模式 import { buildSchema } from 'graphql' ; // Construct a schema, using GraphQL schema language const schema = buildSchema ( ` type Query { hello: String } type Subscription { greetings: String } ` ) ; // The roots prov
文件列表
graphql-ws-master.zip
(预估有个73文件)
graphql-ws-master
.releaserc
572B
.yarnrc.yml
184B
rollup.config.js
411B
typedoc.js
204B
docs
enums
client.messagetype.md
899B
message.messagetype.md
909B
interfaces
暂无评论