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
/query?withTotalCount=false --> to turn off the addition of "WITH count(*) as totalCount" to avoid errors
Body:
{ "statement":"MATCH (n:HdMap)-[r*0..3]->(m) WITH n, labels(m) AS m_labels, properties(m) AS m_properties RETURN properties(n) AS n_properties, labels(n) AS n_labels, COLLECT({labels: m_labels, properties: m_properties}) AS m_data ORDER BY n_properties"}
the shpaes changed so we need to adjust the cipher query and the mapping of the detail page for the self descriptions
The text was updated successfully, but these errors were encountered: