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
I have some edges that have a very large string property. I want to be able to remove just this one property before returning, or rather, selectively choose which properties to return:
%%oc $default_display_options --rel 50
MATCH p =(x)-[r:BUILDS ]->(y)
WHERE x.cluster_id contains 'claritynextgen'
AND x.cluster_id contains 'prod'
RETURN x,y,r{ .doge_update_ts, .doge_create_ts, .doge_last_txn_id}
LIMIT 10
This, works, but it doesn't populate the Graph tab with the edges.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have some edges that have a very large string property. I want to be able to remove just this one property before returning, or rather, selectively choose which properties to return:
This, works, but it doesn't populate the Graph tab with the edges.
Beta Was this translation helpful? Give feedback.
All reactions