...

Source file src/github.com/shurcooL/graphql/doc.go

Documentation: github.com/shurcooL/graphql

     1  // Package graphql provides a GraphQL client implementation.
     2  //
     3  // For more information, see package github.com/shurcooL/githubv4,
     4  // which is a specialized version targeting GitHub GraphQL API v4.
     5  // That package is driving the feature development.
     6  //
     7  // For now, see README for more details.
     8  package graphql // import "github.com/shurcooL/graphql"
     9  

View as plain text