Categorygithub.com/cryanbrow/eve-graphql-go
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

build Quality Gate Status Go Report Card License: MIT

How to Run

  1. Download the Code to your machine go get github.com/cryanbrow/eve-graphql-go
  2. Execute the binary eve-graphql-go

Available Endpoints

Once the application is running there will be 3 available endpoints.

  1. http://localhost:8080/Graphql - The Graphiql UI for querying
  2. http://localhost:8080/query - The endpoint to POST your GraphQL queries against.
  3. http://localhost:8080/voyager - The Voyager UI for a graphical representation of the schema