Yes, it is GraphQL and yes, you can use Postman. For this example, I used the playground.
You can access your playground by going to /apps/playground in your account.
So say, your account domain looks like this https://abc.monday.com, you can access the playground by going to https://abc.monday.com/apps/playground
@kolaai Youre going to find out there is some oddities with this method. If you use the API call for empty string, on the web UI it will appear to clear. However, as soon as you refresh the web UI it comes back, and the API reports the old value again!
I’ve found the a reliable way is to supply an ID that doesn’t exist, so {"ids":[-1]} has consistently worked for me.
I have a meeting with the product manager for API in the AM so I will mention this one
As far as within Make, they do things under the hood with the monday.com modules to handle stuff differently than the actual graphql query does. Matias’s method should work with Make.