Get Speckle data with HTTP request

Oh interesting, it seems like you should use their post function (as all graphql interactions are actually post requests, even if you’re just getting data) so i think you want to be looking at this one instead Sending data to any API | Rows

This allows you to define the body and headers, which I think it’s all you need.

In the body you pass in the query and if necessary the variables, and that should do it! :crossed_fingers:

2 Likes