wp-graphql / wp-graphql-woocommerce

Add WooCommerce support and functionality to your WPGraphQL server
https://woographql.com
GNU General Public License v3.0
633 stars 123 forks source link

createOrderNote / deleteOrderNote Mutations #865

Open MonPetitUd opened 1 month ago

MonPetitUd commented 1 month ago

Is your feature request related to a problem? Please describe. There doesn't currently appear to be a way to create order notes via GraphQL. This would be useful to use in tandem with createOrder / updateOrder mutations.

Describe the solution you'd like Add createOrderNote and deleteOrderNote Mutations

Describe alternatives you've considered Use the REST API.

Additional context REST API Create Order Notes