Registry / web-framework / friendsofgo-graphiql

friendsofgo-graphiql

JSON →
library0.2.2gogounverified

A Go package for serving the GraphiQL in-browser IDE for exploring GraphQL APIs.

go get github.com/friendsofgo/graphiql
INSTALL
IMPORT
SIG · FRIENDSOFGO-GRAPHI
F
friendsofgo-graphiql
web-frameworkgov0.2.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

graphiql
github.com/friendsofgo/graphiql

Serves the GraphiQL IDE at /graphiql

package main import ( "net/http" "github.com/friendsofgo/graphiql" ) func main() { http.Handle("/graphiql", graphiql.Handler()) http.ListenAndServe(":8080", nil) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
friendsofgo-graphiql — go get friendsofgo-graphiql · libregistry