Hello,
I installed a Plugin to view the meta date of an order. If I place an order through the Website, the field looks like this:

GraphQL returns it as
{
key: "_eh_pe_details",
value: "Array"`.
}
How needs the data to look like that I am sending to WooGraphQL?
I tried to send JSON, but it doesn't work:

What is the right way to send a JavaScript Object?
Regards,
Marius
Hello,
I installed a Plugin to view the meta date of an order. If I place an order through the Website, the field looks like this:

GraphQL returns it as
How needs the data to look like that I am sending to WooGraphQL?

I tried to send JSON, but it doesn't work:
What is the right way to send a JavaScript Object?
Regards,
Marius