MonPetitUd
MonPetitUd
I encountered something similar and found that unpublished products i.e. draft products were consuming the "first" limit but not actually being returned, adding where: { status: "PUBLISHED" } to the...
@kidunot89 I don't be that setting was enabled when I encountered this issue.
@oat-tigerheart now encountering this issue as well. For now manually extending the ShippingRate graphql object to access the get_shipping_tax function e.g. `add_action( 'graphql_register_types', function() { register_graphql_fields( 'ShippingRate', array( 'tax' =>...