Different "data" when GraphQL "query" is run individually vs when workflow is "Run"

I am facing a weird issue since yesterday (31 mar)

A workflow which was working well started having this issue. We have a query block called "recipe_data" which is running a graphql query.

This is the data of that block when the whole workflow is executed:
image

However, when the block is executed individually, this is the data
image

You can see that the ".data" part is missing when the whole workflow is run and the output is an array instead of an object.
Why would this happen?

Hi @chaitanya, could you share a screenshot of the Workflow?

Do we have a JS or a response block that runs after the query?