Hi
I was wondering if you can help me please
I would like to return all element, but currently it only returns one element:
This is my schema query:
type Query {
likers: [User]
@cypher(
statement: """
MATCH(u1: Use...
Hi @MuddyBootsCode - thank you for getting back to me and I appreciate the warm welcome!
I spent some more time on this forum and realised that what I was trying to return was a tuple (and my schema was completely wrong - apologies, I am still very n...