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.

harik
Node
since ‎09-27-2022
‎09-27-2022

User Statistics

  • 3 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hello, I have declared following schema type Person { name: ID! born: Int actedIn: [Movie] @relation(name:"ACTED_IN")}type Movie { title: ID! released: Int tagline: String}type Query { person : [Person]}Running the following query { person(f...
Hello, I have declared following schema type Person { name: ID! born: Int actedIn: [Movie] @relation(name:"ACTED_IN")}type Movie { title: ID! released: Int tagline: String}type Query { person : [Person]}Running the following query { person(f...