https://github.com/alexius-huang/graphql-golang-example
My GraphQL Implementation in Golang using GraphQL-Go Package
https://github.com/alexius-huang/graphql-golang-example
Last synced: 3 months ago
JSON representation
My GraphQL Implementation in Golang using GraphQL-Go Package
- Host: GitHub
- URL: https://github.com/alexius-huang/graphql-golang-example
- Owner: Alexius-Huang
- Created: 2018-09-14T04:50:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-14T04:53:26.000Z (over 6 years ago)
- Last Synced: 2025-01-28T14:41:55.659Z (4 months ago)
- Language: Go
- Size: 2.93 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GraphQL Golang Example
Clone the repository and install the packages:
```bash
$ git clone [email protected]:Maxwell-Alexius/GraphQL-Golang-Example.git
```Run the command:
```bash
$ go run *.go
```Enter the URL:
```
http://localhost:8082/graphiql
```