This repository was archived by the owner on May 6, 2023. It is now read-only.
0.7.0
Added:
- Mutations and nested mutations (#28) - Thanks to WPKube for sponsoring this feature ❤️
- Mutations in the schema:
Root.createPostRoot.updatePostRoot.setFeaturedImageforCustomPostRoot.removeFeaturedImageforCustomPostRoot.addCommentToCustomPostRoot.replyCommentRoot.loginUserRoot.logoutUserCustomPost.update(nested)CustomPost.setFeaturedImage(nested)CustomPost.removeFeaturedImage(nested)CustomPost.addComment(nested)Comment.reply(nested)
- Support for PHP 8.0
Updated:
- Replaced the About page with the Support page
- Decreased the size of the plugin's
.zipfile:- Images are referenced from the GitHub repo, and not packed within the plugin anymore
- Removed all
package-lock.jsonfiles from the plugin
Fixed:
- Automatic namespacing: retrieve the namespace from the called class
- GraphiQL in Persisted query editor: use schema from selected Schema configuration
- Array unpacking can't be used with string keys
- Filtering of generic custom posts when passing non whitelisted CPT