You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.
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.
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[] { ... }
The text was updated successfully, but these errors were encountered: