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]);