Package: wnpp Severity: wishlist Owner: Joao Paulo Lima de Oliveira <jlima.oliveir...@gmail.com> X-Debbugs-Cc: debian-devel@lists.debian.org, jlima.oliveir...@gmail.com
* Package name : golang-github-shurcool-graphql Version : 0.0~git20200928.18c5c31-1 Upstream Author : Dmitri Shuralyov <dmi...@shuralyov.com> * URL : github.com/shurcooL/githubv4 * License : MIT Programming Lang: Go Description : Provides a GraphQL client implementation This package is dependent on golang-github-shurcool-githubv4 which I also intend to package, these two packages together are direct dependencies of Github-Cli. Construct a GraphQL client, specifying the GraphQL server URL. Then, you can use it to make GraphQL queries and mutations . Authentication Some GraphQL servers may require authentication. The graphql package does not directly handle authentication. Instead, when creating a new client, you're expected to pass an http.Client that performs authentication.