cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Query Neo4j nodes by internal node <id> using GraphQL

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