command
module
Version:
v0.0.0-...-999b6a4
Opens a new window with list of versions in this module.
Published: Feb 2, 2019
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
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
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.