Skip to content

Commit 9f3046e

Browse files
committed
tweak
1 parent f73241e commit 9f3046e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ Low-level GraphQL client for Go.
66
* Build and execute any kind of GraphQL request
77

88
```go
9-
ctx := context.Background()
10-
ctx = graphql.NewContext(ctx, "https://machinebox.io/graphql")
9+
ctx := graphql.NewContext(context.Background(), "https://machinebox.io/graphql")
1110
r := graphql.NewRequest(`
1211
query ($key: String!) {
1312
items (id:$key) {

0 commit comments

Comments
 (0)