cancel
Showing results forΒ 
Search instead forΒ 
Did you mean:Β 

Query Neo4j nodes by internal node <id> using GraphQL

yazan_akkad95
Node Link

Hello Everyone,

I already have data in Neo4j. I want to query the Neo4j using the internal of the nodes.

query {
  people(where: {id:"1"}){
    id
  }
}

I am sure I am doing something wrong here since internal is not a property.

0 REPLIES 0