Releases: dadish/ProcessGraphQL
Releases · dadish/ProcessGraphQL
v0.16.0
- Add support for
getQuery
& getMutation
hooks.
v0.15.2
- Fix the default value bug.
v0.15.1
- Fix
FieldtypeCheckbox
bug.
v0.15.0
- Fix the
FieldtypeDatetime
bug.
- Upgrade the
youshido/graphql
dependency.
v0.14.1
- Fix the access rules compliance bug.
v0.14.0
- Add a GraphQL pages generator
v0.13.1
- Make sure to get request data from php://input if Content-type header contains
application/json
string.
v0.13.0
- Add support for create/update mutation.
- Add support for FieldtypeMapMarker field.