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
Copy file name to clipboardExpand all lines: README.md
+61-39Lines changed: 61 additions & 39 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,48 +8,47 @@ The subscription client follows Apollo client specification https://github.com/a
8
8
9
9
Package `graphql` provides a GraphQL client implementation.
10
10
11
-
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.
12
-
13
11
**Note**: Before v0.8.0, `QueryRaw`, `MutateRaw`, and `Subscribe` methods return `*json.RawMessage`. This output type is redundant to be decoded. From v0.8.0, the output type is changed to `[]byte`.
14
12
15
13
-[go-graphql-client](#go-graphql-client)
16
-
-[Installation](#installation)
17
-
-[Usage](#usage)
18
-
-[Authentication](#authentication)
19
-
-[WithRequestModifier](#withrequestmodifier)
20
-
-[OAuth2](#oauth2)
21
-
-[Simple Query](#simple-query)
22
-
-[Arguments and Variables](#arguments-and-variables)
23
-
-[Custom scalar tag](#custom-scalar-tag)
24
-
-[Skip GraphQL field](#skip-graphql-field)
25
-
-[Inline Fragments](#inline-fragments)
26
-
-[Specify GraphQL type name](#specify-graphql-type-name)
27
-
-[Mutations](#mutations)
28
-
-[Mutations Without Fields](#mutations-without-fields)
0 commit comments