Patrick Clark

Results 3 comments of Patrick Clark

Hi @johnymontana - here's the Query for returning an `Event`: ``` "Find an event by its provider ID" eventByProviderId(providerId: Float): Event @cypher(statement:""" MATCH (event:Event {id: $providerId}) RETURN event """) ```...

Thanks for the info @sidorares. I found it strange myself that this occurred, especially after the service was running fine at load for a month. I'll see if I can...

@hurrymaplelad I installed your 'release' branch and it's definitely improved this plugin significantly (the abort on bundle error is painful). I hope @amiorin merges this stuff soon.