Support for GraphQL is here!

Excited to announce that our API steps now include enhanced support for GraphQL requests!

All API steps now offer the option to select the request type POST (GraphQL). With this request, you can insert your Graph query directly into the request body to specify the exact data that you’d like to pull from an API.

This enhancement makes it far easier to request data from popular GraphQL API endpoints such as Shopify, Facebook, and Monday.com along with many others.

Feel free to reference our How To docs for additional information and let us know if you have any questions!

Couple other quick notes!

For those of you who were previously using %7B and %7D to encode curly brackets in GraphQL requests, the encoding is no longer necessary. You can use curly brackets both for syntax and to dynamically reference column values.

Secondly, if you’d like to test the feature with some fun APIs, feel free to explore this list of endpoints!