We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f73241e commit 9f3046eCopy full SHA for 9f3046e
README.md
@@ -6,8 +6,7 @@ Low-level GraphQL client for Go.
6
* Build and execute any kind of GraphQL request
7
8
```go
9
-ctx := context.Background()
10
-ctx = graphql.NewContext(ctx, "https://machinebox.io/graphql")
+ctx := graphql.NewContext(context.Background(), "https://machinebox.io/graphql")
11
r := graphql.NewRequest(`
12
query ($key: String!) {
13
items (id:$key) {
0 commit comments