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
If have a schema "Like" that has relations to User Schema(user_id) and Post Schema(object_id). How ca I query for the "Like" nodes that have user_id = (some_uid) and object_id = (some_uid).