forked from shurcooL/graphql
-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add ExecRaw and change the output type of Raw methods (#44)
- Loading branch information
Showing
7 changed files
with
181 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
// Package graphql provides a GraphQL client implementation. | ||
// | ||
// For more information, see package github.com/shurcooL/githubv4, | ||
// which is a specialized version targeting GitHub GraphQL API v4. | ||
// That package is driving the feature development. | ||
// For more information, see package github.com/hasura/go-graphql-client | ||
// | ||
// Status: In active early research and development. The API will change when | ||
// opportunities for improvement are discovered; it is not yet frozen. | ||
// | ||
// For now, see README for more details. | ||
package graphql // import "github.com/shurcooL/graphql" | ||
package graphql |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.