An open API service indexing awesome lists of open source software.

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

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
```