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 2c0adde commit 3cf5c40Copy full SHA for 3cf5c40
Changelog.md
@@ -1,3 +1,6 @@
1
+### 0.0.7
2
+- Added authentication support.
3
+
4
### 0.0.6
5
- Added support for field permissions.
6
- Added option for full width GraphiQL.
ProcessGraphQL.module
@@ -11,7 +11,7 @@ class ProcessGraphQL extends Process implements Module {
11
{
12
return array(
13
'title' => 'GraphQL',
14
- 'version' => 005,
+ 'version' => 007,
15
'summary' => 'GraphQL for ProcessWire.',
16
'href' => 'https://github.com/dadish/ProcessGraphql',
17
'singular' => true,
0 commit comments