I would like to use the GraphQL API call module to edit the payment terms of an order but there is no Make documentation about how to use the module.
Does anybody know what the parameters below need to be set to. I would be grateful of some guidance
Query
Operation name
Variables data source
Variable
Key and Value pairs
If there is some documentation available please can you provide the link to it.
Thanks for help!
Have you taken a look inside the community on GraphQL? I found this handy quickstart
This is a “mini-guide” on crafting GraphQL requests with Make. I continued to find information that was incomplete, incorrect, or partially accurate - so I wanted to create this as a resource to help my future-Googler, and hopefully assist some others banging their head on the table.
More and more APIs seem to be switching over to GraphQL, and while I’m learning to love it - I’m still finding it regularly finding it to be a head-scratcher and a lot of documentation to be non-obvious.
Anyway - …
The secret is using the HTTP app and the appropraite module to make calls – you’ll need to make sure you authenticate properly to the Make API so you may need to use the Make oAuth Request with HTTP app.
3 Likes
Thanks Alex. Will take a look!
1 Like