Using a GraphQL endpoint from an Ansible playbook

Posted on wo 28 september 2022 in ansible • Tagged with ansible, api, graphql

Calling a GraphQL API from an Ansible playbook

I recently had to call a GraphQL API from an Ansible playbook, and considering I had never done that before and there is little to no documentation about this online, it was a bit tricky.

In the end, I got everything working …


Continue reading