handler:用于graphl-go的Golang HTTP.Handler

时间:2024-05-20 20:57:07
【文件属性】:

文件名称:handler:用于graphl-go的Golang HTTP.Handler

文件大小:14KB

文件格式:ZIP

更新时间:2024-05-20 20:57:07

Go

graphql-go-handler 用于Golang HTTP.Handler 用法 package main import ( "net/http" "github.com/graphql-go/handler" ) func main () { schema , _ := graphql. NewSchema ( ... ) h := handler. New ( & handler. Config { Schema : & schema , Pretty : true , GraphiQL : true , }) http . Handle ( "/graphql" , h ) http . ListenAndServe ( ":8080" , nil ) } 使用游乐场 h := handler . New ( & handler. Config {


【文件预览】:
handler-master
----graphiql_test.go(3KB)
----graphcoolPlayground_test.go(3KB)
----go.mod(46B)
----request_options_test.go(13KB)
----handler.go(6KB)
----.circleci()
--------config.yml(960B)
----handler_test.go(8KB)
----graphcoolPlayground.go(3KB)
----LICENSE(1KB)
----graphiql.go(6KB)
----README.md(3KB)
----.gitignore(278B)

网友评论