It giving me this error and I got similar one for relation for not being a string but being null
{
"errors": [
{
"message": "\"diff.collections[0].diff[0].lhs\" must be of type object",
"extensions": {
"code": "INVALID_PAYLOAD"
}
}
]
}
Here is the diff:
"hash": "9974fb03ed472dca130bf994589f4d47754149a5",
"diff": {
"collections": [
{
"collection": "pages",
"diff": [
{
"kind": "E",
"path": [
"meta",
"color"
],
"lhs": null,
"rhs": "#3399FF"
},
...
How can I fix this "must be of type" issue ?