Closed pheyvaer closed 5 years ago
The context object is changed when the engine executes the query. This is important to know if you want to reuse the context for something later on. I would suggest to add this to the docs/README.
Hmm, it shouldn't be changed though, so I'll classify this as a bug.
Ooh ok. The thing that I noticed is that {@reverse: "http://example.com/"} gets converted to {@reverse: true, @id: "http://example.com/"}.
{@reverse: "http://example.com/"}
{@reverse: true, @id: "http://example.com/"}
The context object is changed when the engine executes the query. This is important to know if you want to reuse the context for something later on. I would suggest to add this to the docs/README.