Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

GitHub GraphQL Go documentation

Features

  • This tool is a light wrapper on the githubv4 Go library. See that library's example section for a basic example of how that works.
  • The idea is to make a simple CLI tool. Currently input is a fixed query but future development will allow this: It expects a GraphQL query given on a filepath and output JSON data to a target path.
  • This can be distributed as compiled binary. No Go coding experience needed. No need to setup your environment and packages, like for equivalent Ruby/Python/JS projects.
  • You can download and run this tool as part of a build pipeline in your projects. Or run it as a standalone tool.

Menu