We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 394e949 commit 7d3786bCopy full SHA for 7d3786b
templates/graphql.php
@@ -1,3 +1,5 @@
1
<?php namespace ProcessWire;
2
3
+header('Content-Type: application/json');
4
+
5
echo json_encode($modules->get('ProcessGraphQL')->executeGraphQL(), true);
0 commit comments