GraphQL / Flow Order Source

GraphQL / Flow Order Source

AustinHutchison
Shopify Partner
52 1 18

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"
]
}
},
Replies 0 (0)