Skip to content

PatrickMenoti/poc-graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL Client with Authorization Token

This Go program is a PoC showing how to create queries and present responses using graphql (lib: https://github.com/machinebox/graphql).

Prerequisites

  • Go installed on your machine
  • A Personal Token for authorization

Usage

  1. Clone the repository:

    git clone https://github.com/PatrickMenoti/poc-graphql
    cd poc-graphql
    

Build and run the program:

go run main.go --token YOUR_PERSONAL_TOKEN

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages