In weweb collection, I have added GraphQL collection (refer below screenshot). When I select the mode as static then its working but for dynamic mode it’s giving network error message
Have you confirmed the request works using Postman @Atmik ? Do you have includeCredentials checked on your GQL request? We’ve found this fixed some GQL integration challenges we previously faced.
It could be an issue with how the dynamic variables are being passed. Have you checked if the API requires authentication for dynamic queries? Also, try inspecting the network request in the browser dev tools to see if there’s a specific error message.