Categorygithub.com/abtris/examples-go-graphql
modulepackage
0.0.0-20240611142244-186b02e3962a
Repository: https://github.com/abtris/examples-go-graphql.git
Documentation: pkg.go.dev

# 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