# README
GraphQL, test a few implementations
Run
go run main.go
open http://localhost:8080/graphql
Use can use query:
{
hello
}
# Functions
No description provided by the author
go run main.go
open http://localhost:8080/graphql
Use can use query:
{
hello
}