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
MATCH (m:Movie {no_exist_property : 'Forrest Gump'}) return m limit 10;
MATCH (m:no_exist_label) return m limit 10;
We use storage schema type, we know exactly all the vertex types、edge types and property names. In this case, it should report an error indicating type not found.
The text was updated successfully, but these errors were encountered:
Example :
We use storage schema type, we know exactly all the vertex types、edge types and property names. In this case, it should report an error indicating type not found.
The text was updated successfully, but these errors were encountered: