Files
wp-graphql-woocommerce/tests
Geoff TaylorandGitHub e361dddff7 fix: make name optional in updateProduct mutation (#1014)
* 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
2026-04-02 18:59:48 -04:00
..