A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
Hi all
This question is similar to both:
When using the graphQL explorer and looking at orders placed by the ReCharge integration, I am getting null for publication - but am able to get the app name using app.
But in FLOW - I am not able to use the app property.
How can I identify a ReCharge order in FLOW? (Ideally not using order tags)
{
"data": {
"orders": {
"edges": [
{
"node": {
"paymentGatewayNames": [
""
],
"paymentCollectionDetails": {
"additionalPaymentCollectionUrl": null
},
"app": {
"name": "Recurring Billing by Recharge"
},
"publication": null,
"name": "#300334",
"tags": [
"Subscription",
"Subscription Recurring Order"
]
}
},