Skip to content

Commit

Permalink
readme: fix variablesFile argument typo (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubknejzlik authored Apr 23, 2020
1 parent 45820bf commit 2ff9ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ gq \
https://my-graphql-endpoint/graphql \
-H 'Authorization: Bearer <token>' \
-H 'X-Another-Header: another-header-value' \
--variableFile='./queryVariables.json' \
--variablesFile='./queryVariables.json' \
--queryFile='./query.gql
```
Expand Down

0 comments on commit 2ff9ecd

Please sign in to comment.