Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

About

No description or website provided.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages