Skip to content

Commit

Permalink
Fix: update argument in executing GraphQL query (#958)
Browse files Browse the repository at this point in the history
  • Loading branch information
remy727 authored May 16, 2022
1 parent bd1ef59 commit 158aca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/graphql.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ variables = {
first: 3
}

response = client.query(data: query, variables: variables)
response = client.query(query: query, variables: variables)

```

Expand Down

0 comments on commit 158aca9

Please sign in to comment.