Harsh

Results 2 issues of Harsh

**Bug** Spring Boot Java example mentioned in the examples directory not working. Location : neo4j-graphql-java\examples\graphql-spring-boot Machine : Windows 10 64 bit Java version: openjdk 11.0.12 2021-07-20 OpenJDK Runtime Environment 18.9...

***GraphQL schema*** ``` type Parent{ parent_id: String parent_name: String Parent_Child_Mapping:[Parent_Child_Mapping] } type Parent_Child_Mapping @relation (name: "Parent_Child_Mapping", from :"Parent", to: "Child"){ Parent: Parent Child: Child edgeDetails: String } type Child{ child_id:...