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
fix(client): remove schema_mode from create_edge_type — proto field absent
CreateEdgeTypeRequest does not have a schema_mode field in the current proto
(only CreateLabelRequest supports it). Passing schema_mode caused
"Protocol message has no field" at runtime. Remove the parameter entirely;
add a docstring note that schema_mode for edge types is planned for a future
server release.
0 commit comments