- Date
Today we released a new version of WPGraphQL, v0.2.3.
The release can be found here: https://github.com/wp-graphql/wp-graphql/releases/tag/v0.2.3
Below is a recap of the release notes:
Breaking Changes
- none
New Features
- #676: New
TimezoneEnum
type added to the Schema - #719: New
graphql_menu_item_connection_args
andgraphql_menu_item_connection_query_args
filters added to the MenuItemConnectionResolver. Thanks @epeli!