Sam Tucker
Sam Tucker
I second the highlighting use case. The lucene index has the metadata; it would be really useful to be able to access it with cypher. currently having to get back...
That's correct. I haven't considered an api for this. Something like `MyLoader.load("users(id: [#{id}]) { ... }", mergeable_arguments: true)` or prefixing mergeable arguments with mergeable (`users(mergeable_id: [#{id}])`} are the first ideas...
I'm running into this issue as well. Any word on this being addressed?