doc.go

 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// Status: In active early research and development. The API will change when
 8// opportunities for improvement are discovered; it is not yet frozen.
 9//
10// For now, see README for more details.
11package graphql // import "github.com/shurcooL/graphql"