AxeWP / wp-graphql-rank-math

Add GraphQL support for RankMath SEO
GNU General Public License v3.0
50 stars 7 forks source link

fix: compatibility with WooGraphQL product/variation types #105

Closed justlevine closed 1 month ago

justlevine commented 1 month ago

What

This PR fixes a compatibility issue with WPGraphQL for WooCommerce, where the seo GraphQL type was not getting narrowed correctly, leading conflicts between the type and interface.

Why

Fixes #99

How

Testing Instructions

Additional Info

Unit tests cannot be included until the ProductVariation.metaData interface conflict is fixed.

Checklist: