Skip to content

Commit

Permalink
documentation refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
viniychuk committed May 7, 2016
1 parent 8ffffc9 commit 50e408b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/02_blog/test.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
'query' => $rootQueryType,
'mutation' => $rootMutationType,
]));
$payload = 'mutation { likePost(id:5) }';

$payload = 'mutation { likePost(id:5) }';
$processor->processRequest($payload);
echo json_encode($processor->getResponseData()) . "\n";

0 comments on commit 50e408b

Please sign in to comment.