gql:De用于Deno的通用GraphQL HTTP中间件 源码
gql 用于通用 HTTP中间件。 特征 :sparkles: 用可与std/http , 和 :high_voltage: 集成(通过graphiql: true ) 开始吧 香草 使用std/http最简单的设置: import { serve } from 'https://deno.land/std@0.90.0/http/server.ts' import { GraphQLHTTP } from 'https://deno.land/x/gql/mod.ts' import { buildSchema } from 'https://deno.land/x/graphql_deno@v15.0.0/mod.ts' const schema = buildSchema ( ` type Query { hello: String } ` ) const s = serve ( { port : 3000 } )
文件列表
gql-master.zip
(预估有个14文件)
gql-master
mod.ts
81B
common.ts
1KB
.github
workflows
main.yml
715B
test
mod.test.ts
3KB
LICENSE
1KB
examples
暂无评论