Issue with return payload from node "node-red-contrib-graphql" with NodeRed 3.0.0

I am currently testing the use of the Shopify GraphQL API with the node "node-red-contrib-graphql". However, contrary to the documentation, I get a timestamp as the response in the msg.payload instead of an object. The same happens when I run the provided example flow.

In the debug information the expected response is visible under debugInfo.data.data. Does anyone have any idea?

The query is tested with Postman and functional.

Thanks and greetings

Stefan

Hi, fixed it. Had to define and set msg.payload before calling the GraphQL. :person_shrugging:

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.