Victor Mattos

Results 8 comments of Victor Mattos

> great one ! is this merged already ? Not yet :\

I had a similar problem with the Order model and it was because the product got removed after the order was done, so the model couldn't find it. In my...

> @revnelson Why not just use the set `define( 'NO_QL_SESSION_HEADER', true);`. This would make WooGraphQL default to traditional WooCommerce session handler which uses a HTTP cookie. Just a small fix:...

@kidunot89 the `format` argument is optional. By default, the price is being returned already formatted as it was before. So how do you advise me to add the RAW format...

Hi @kidunot89, any updates on this? I'll develop a quick code for this mutation as I need it for my headless app. Maybe it could be useful.

Why was this topic closed? Are you still going to implement it?

Hello Drew, exactly! Thanks for your code. It'll be useful.