example-go-graphql

command module
v0.0.0-...-999b6a4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 2, 2019 License: MIT Imports: 8 Imported by: 0

README

example-go-graphql

Example of using Go to create a graphql API

Start with go run main.go

Go to http://localhost:3000/graphql using GraphiQL

Set off queries such as:

query {
  post(id: 5) {
    userId
    id
    body
    title
    comments {
      id
      email
      name
    }
  }
}

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL