Can't guess how set my external GraphQL API for queries

Hi!
for External API Requestsl-request
I’m here to have a try, but stuck in connecting to my ext graphql server.
For POST requests i set URL and Headers (Authorization:string,Content-Type: application/json) and Body(query::json).

Anyway it doesn’t query for me…
I added simple id query for list of languages.
But nope.

image

#graphql

Hey Dan
It will be a bit easier for you to use HTTP Request block and custom craft any type of payload.

Let me know if HTTP Request blocks works for you instead of External API Designer.