RELATE (
SELECT * from user where username = 'user_male'
)->interested_in->gender:female;
I used the above RELATE
statement to specify that the user_male
user is interested in women.
I can't figure out how to UNRELATE this user to that gender; or for example to SELECT all users that are interested in women