gatsbyjs/gatsby-source-wordpress-experimental

Get RawPrice return error

Closed this issue · 1 comments

hi, how to get RAW price from woo?
I tried
.

.. on WpSimpleProduct {
          price(format: RAW)
 }

but I got error when run compile.
Unknown argument "format" on field "price" of type "WpSimpleProduct".

it works on wpgraphql

thanks

Hi @nguyenhuutinh , field arguments aren't supported in this plugin and likely will never be supported due to the way this plugin works. Additionally Woo may work currently but isn't officially supported so you may run into problems with it. We plan to ensure Woo works well with this plugin in the future, but it's not part of our current work.