From 0405629dee114087dd69ee6ee9572a5d7151488c Mon Sep 17 00:00:00 2001 From: Kevin Ruscoe Date: Wed, 14 Dec 2022 13:45:40 +0000 Subject: [PATCH] Update graphql.md fix the bust graphql query --- docs/usage/graphql.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/usage/graphql.md b/docs/usage/graphql.md index c51377c3..294f26ee 100644 --- a/docs/usage/graphql.md +++ b/docs/usage/graphql.md @@ -50,9 +50,9 @@ $queryUsingVariables = << [ - ["title" => "TARDIS"], - ["descriptionHtml" => "Time and Relative Dimensions in Space"], - ["productType" => "Time Lord technology"] + "title" => "TARDIS", + "descriptionHtml" => "Time and Relative Dimensions in Space", + "productType" => "Time Lord technology" ] ]; $response = $client->query(['query' => $queryUsingVariables, 'variables' => $variables]);