A simple relationship between node ‘akshay’ and ‘django’ but I also want to set a property called ‘created’ in the relationship like
Akshay -(created)-> django
I also want to add some properties to that relationship like
Akshay -(created {year: 2018})-> django
So if I have data like
a -(knows {since: 2018})-> b
b -(knows)-> c
a -(friend)-> c
I just want to filter by relationship “knows” since 2018