Basically is it recommended that the response is: ...
# prisma-whats-new
e
Basically is it recommended that the response is:
Copy code
{
  "data": {
    "foo": {
      "bar": null
    }
  }
}
or
Copy code
{
  "data": {
    "foo": {
      "bar": {
        "baz": {
          "baa": null
        }
      }
    }
  }
}