Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tonyghita/graphql-go-example
Example use of github.com/graph-gophers/graphql-go
https://github.com/tonyghita/graphql-go-example
example golang graphql graphql-server
Last synced: about 1 month ago
JSON representation
Example use of github.com/graph-gophers/graphql-go
- Host: GitHub
- URL: https://github.com/tonyghita/graphql-go-example
- Owner: tonyghita
- Created: 2017-11-27T16:14:00.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T01:41:14.000Z (over 1 year ago)
- Last Synced: 2024-09-28T21:42:17.040Z (about 2 months ago)
- Topics: example, golang, graphql, graphql-server
- Language: Go
- Homepage:
- Size: 4.03 MB
- Stars: 266
- Watchers: 10
- Forks: 77
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# graphql-go-example
This codebase is an example of how [`github.com/graph-gophers/graphql-go`][0]
might be used in production.This project launches a server that exposes the StarWars API hosted at
as a GraphQL API implemented in Go.## Usage
```sh
make server
```This launches the HTTP server on port `8000` of your machine.
Visiting http://localhost:8000 will return a GraphiQL client that you can use to make
requests against the API.[0]: https://github.com/graph-gophers/graphql-go