Hi <@U03N1E342B0> Had anyone worked on request bod...
# general
r
Hi @Tom Had anyone worked on request body templating on graphql queries.. As it not json, I am finding it difficult to get few details as part of response templating.. Below is query. Looking to fetch
countryCode
from this..
Copy code
{
  "query": "{\n    countryDetails(\n        input :{\n            countryCode : \"IN\"\n        }\n    ) \n}",
  "variables": {}
}