Skip to content

Example use of github.com/graph-gophers/graphql-go

Notifications You must be signed in to change notification settings

tonyghita/graphql-go-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

graphql-go-example

This codebase is an example of how github.com/graph-gophers/graphql-go might be used in production.

This project launches a server that exposes the StarWars API hosted at https://swapi.dev as a GraphQL API implemented in Go.

Usage

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.

About

Example use of github.com/graph-gophers/graphql-go

Topics

Resources

Stars

Watchers

Forks

Languages