Releases: imranhsayed/headless-cms
Releases · imranhsayed/headless-cms
Update countries query fields for WooCommerce
Update countries query fields for WooCommerce GraphQl types
Update the Countries GraphQL query for WooCommerce
Update the Countries GraphQL query for WooCommerce
Fix countries filter
Remove filter to list all WooCommerce Counties including the once dont have states in GraphQL field
Adds fields for billingCountries and shippingCountries
Adds fields for billingCountries and shippingCountries by filtering the countries that don't have states
{
wooCountries {
billingCountries
shippingCountries
}
wooStates(countryCode: "in") {
states
}
}
Adds Shipping Zones in GraphQL fields
Adds Shipping Zones in GraphQL
Adds field to fetch all countries and states by country code for checkout form.
WooCommerce Countries and States
{
wooCountries {
countries
}
wooStates(countryCode: "in") {
states
}
}
WooCommerce Shipping Zones.
{
shippingInfo {
shippingZones
storePostCode
}
}
Ads Post Preview link update for frontend applications.
- Update post preview links to the front end url with preview url , new one when set from plugin settings
- Also adds a preview button in Gutenberg editor with frontend preview link
- Adds support for JWT for authentication for preview
Support for bodyClasses
Support for bodyClasses
post and pages bodyClass field can now be fetched using wp-graphql plugin for frontend applications.