Skip to content

poohvpn/giql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GiQL

Elegant GraphiQL server handler for Go.

Usage

package main

import (
	"github.com/poohvpn/giql"
	"net/http"
)

func main() {
	http.HandleFunc("/", giql.New())
	// or http.HandleFunc("/", giql.New("http://example.com/graphql"))
	http.ListenAndServe(":8080", nil)
}

License

Apache License 2.0

Copyright 2021 PoohVPN

Releases

No releases published

Packages

No packages published

Languages