mirror of
https://github.com/wp-graphql/wp-graphql-woocommerce.git
synced 2026-08-14 12:53:44 +02:00
* fix: make name optional in updateProduct mutation The UpdateProductInput inherited name as non_null from CreateProductInput, requiring callers to always provide a name even when only updating other fields. Now name is optional for updates — the existing name is preserved when not provided. * chore: Linter compliances met