Flow Helper Docs
Install Flow Helper
  • Overview
  • Webhook Trigger
  • GraphQL Admin API Action
  • Customer Unsubscribed Trigger
  • Templates
    • Get unfulfilled orders for a customer when they place a new order
    • Sort product collections by publish date
    • Merge repeat customer orders into one order
    • Tag customers who have tipped to build a customer segment
    • Automatically enable and disable online fulfillment for locations
  • How-Tos
    • Disable Order Confirmation Emails In Shopify Plus
Powered by GitBook
On this page

GraphQL Admin API Action

One of the limitations of the native flow actions for admin API calls is that you can't get the response from the API in flow in order to use it in subsequent steps - that's what this solves for.

PreviousWebhook TriggerNextCustomer Unsubscribed Trigger

Last updated 10 months ago

Here's an example of a flow that can use the response from the GraphQL Admin API call:

The action gives you a field for the query and a field for the input variables. And the response back is stringified JSON so that the specifics of the fields in the payload can be arbitrarily set at run-time:

And here's what the log output looks like:

Import Flow Template

1KB
GraphQL Admin API With Response.flow