https://linen.dev logo
r

Rajesh Narayanappa

02/03/2023, 12:20 PM
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": {}
}
2 Views