I've found a little issue with the query type definition. With the following query I get the error Failed to parse queryGetPageById. Error: Found unsupported source node type "Unknown" in reduceObjectStructures call. Please open an issue. and the query is not added to the types file.
Hi,
I've found a little issue with the query type definition. With the following query I get the error
Failed to parse query
GetPageById. Error: Found unsupported source node type "Unknown" in reduceObjectStructures call. Please open an issue.
and the query is not added to the types file.I tried some bug fixing, it looks like that the error only occurs when I try to expand an array of references
projects[]-> { ... }
.It would work in these cases
projects -> { ... }
,projects[]->
orprojects[] { ... }