midway icon indicating copy to clipboard operation
midway copied to clipboard

[Feature Request] GraphQL 支持

Open StringKe opened this issue 2 years ago • 2 comments

支持 GraphqlQL 作为 framework

Query / Mutation https://github.com/graphql/graphql-http

额外的订阅实现支持

  1. Subscription SSE 方式: https://github.com/enisdenjo/graphql-sse
  2. Subscription WebScoket 方式: https://github.com/enisdenjo/graphql-ws

StringKe avatar Sep 04 '23 03:09 StringKe

看着就是个中间件,不需要framework吧。

czy88840616 avatar Sep 04 '23 07:09 czy88840616

ws 需要一个 server,

主要是 schema 的生成方式,想法是提供不同的注解然后扫描生成。

StringKe avatar Sep 04 '23 08:09 StringKe