You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Package `graphql` provides a GraphQL client implementation.
7
-
8
-
For more information, see package [`github.com/shurcooL/githubv4`](https://github.com/shurcooL/githubv4), which is a specialized version targeting GitHub GraphQL API v4. That package is driving the feature development.
4
+
Package `graphql` provides a GraphQL client implementation, and is forked from `https://github.com/shurcooL/graphql`.
9
5
10
6
Installation
11
7
------------
12
8
13
-
```sh
14
-
go get github.com/shurcooL/graphql
9
+
```bash
10
+
go get -u github.com/cli/shurcooL-graphql
15
11
```
16
12
17
13
Usage
@@ -274,14 +270,6 @@ fmt.Printf("Created a %v star review: %v\n", m.CreateReview.Stars, m.CreateRevie
274
270
// Created a 5 star review: This is a great movie!
| [ident](https://pkg.go.dev/github.com/shurcooL/graphql/ident) | Package ident provides functions for parsing and converting identifier names between various naming convention. |
283
-
| [internal/jsonutil](https://pkg.go.dev/github.com/shurcooL/graphql/internal/jsonutil) | Package jsonutil provides a function for decoding JSON into a GraphQL query data structure. |
0 commit comments