We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f12a636 commit ef87bd0Copy full SHA for ef87bd0
Changelog.md
@@ -1,6 +1,9 @@
1
ProcessGraphQL Changelog
2
========================
3
4
+### 0.16.0
5
+- Add support for getQuery & getMutation hooks.
6
+
7
### 0.15.3
8
- Fix numChildren field.
9
ProcessGraphQL.module
@@ -13,7 +13,7 @@ class ProcessGraphQL extends Process implements Module {
13
{
14
return array(
15
'title' => 'GraphQL',
16
- 'version' => '0.15.3',
+ 'version' => '0.16.0',
17
'summary' => 'GraphQL for ProcessWire.',
18
'href' => 'https://github.com/dadish/ProcessGraphql',
19
'singular' => true,
0 commit comments