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 314cbdf commit 0b6016cCopy full SHA for 0b6016c
README.md
@@ -7,7 +7,8 @@ Low-level GraphQL client for Go.
7
* Build and execute any kind of GraphQL request
8
9
```go
10
-ctx := graphql.NewContext(context.Background(), "https://machinebox.io/graphql")
+ctx := context.Background()
11
+ctx := graphql.NewContext(ctx, "https://machinebox.io/graphql")
12
r := graphql.NewRequest(`
13
query ($key: String!) {
14
items (id:$key) {
0 commit comments