This Go program is a PoC showing how to create queries and present responses using graphql (lib: https://github.com/machinebox/graphql).
- Go installed on your machine
- A Personal Token for authorization
-
Clone the repository:
git clone https://github.com/PatrickMenoti/poc-graphql cd poc-graphql
go run main.go --token YOUR_PERSONAL_TOKEN