Describe the bug
Trying to upgrade from 1.15.1 to 1.19.1 and getting this error on a query;
{"errors":[{"message":"value retrieval failed: router bridge error: the deno runtime raised an error: `request: couldn't receive response couldn't deserialize payload `17165114415491825123`: `deno: couldn't deserialize response : `Error(\"invalid neither null nor empty object: found Object {\\\"code\\\": String(\\\"QUERY_PLANNING_FAILED\\\"), \\\"exception\\\": Object {\\\"stacktrace\\\": Array [String(\\\"Cannot add fragment of condition \\\\\\\"AssetBundleType\\\\\\\" (runtimes: [AssetBundleType]) to parent type \\\\\\\"AssetType\\\\\\\" (runtimes: AssetType)\\\")]}}\", line: 0, column: 0)``.`","extensions":{"code":"INTERNAL_SERVER_ERROR"}}]}
Any idea what this might be related to? The queries/schema is quite complicated, but can provide it if the above message doesn't provide enough info.
To Reproduce
N/A
Expected behavior
Queries to work.
Describe the bug
Trying to upgrade from 1.15.1 to 1.19.1 and getting this error on a query;
{"errors":[{"message":"value retrieval failed: router bridge error: the deno runtime raised an error: `request: couldn't receive response couldn't deserialize payload `17165114415491825123`: `deno: couldn't deserialize response : `Error(\"invalid neither null nor empty object: found Object {\\\"code\\\": String(\\\"QUERY_PLANNING_FAILED\\\"), \\\"exception\\\": Object {\\\"stacktrace\\\": Array [String(\\\"Cannot add fragment of condition \\\\\\\"AssetBundleType\\\\\\\" (runtimes: [AssetBundleType]) to parent type \\\\\\\"AssetType\\\\\\\" (runtimes: AssetType)\\\")]}}\", line: 0, column: 0)``.`","extensions":{"code":"INTERNAL_SERVER_ERROR"}}]}Any idea what this might be related to? The queries/schema is quite complicated, but can provide it if the above message doesn't provide enough info.
To Reproduce
N/A
Expected behavior
Queries to work.