repositorypackage
0.0.2
Repository: https://github.com/cryanbrow/eve-graphql-go.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
EVE GraphQL Go
How to Run
- Download the Code to your machine
go get github.com/cryanbrow/eve-graphql-go
- Execute the binary
eve-graphql-go
Available Endpoints
Once the application is running there will be 3 available endpoints.
- http://localhost:8080/Graphql - The Graphiql UI for querying
- http://localhost:8080/query - The endpoint to POST your GraphQL queries against.
- http://localhost:8080/voyager - The Voyager UI for a graphical representation of the schema