Replies: 1 comment 1 reply
-
With a singe request it is not possible to achieve with your schema. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to convert some Cypher Queries to GraphQL queries using neo4j-graphql-java
I have the following nodes - Application, Customer, PremCustomer, Channel
I am using the below Schema
I have the following Cypher queries -
How can I create Graphql query/ies for the above Cypher Query?
I tried to do Id comparisons for different nodes but the syntax doesnt allow this.
I also tried the below syntax -
And then tried to utilise the alias firstPart to use its results for further comparison like below-
So, Is there any other syntax for GraphQL to achieve the results I am getting using the Cypher Queries?
Beta Was this translation helpful? Give feedback.
All reactions