From 2ff9ecdf09e2fcb9b027c33e80e5a1865a7ecdab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Knejzl=C3=ADk?= Date: Thu, 23 Apr 2020 11:28:29 +0200 Subject: [PATCH] readme: fix variablesFile argument typo (#49) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 997dba0..739a09c 100644 --- a/README.md +++ b/README.md @@ -382,7 +382,7 @@ gq \ https://my-graphql-endpoint/graphql \ -H 'Authorization: Bearer ' \ -H 'X-Another-Header: another-header-value' \ - --variableFile='./queryVariables.json' \ + --variablesFile='./queryVariables.json' \ --queryFile='./query.gql ```