Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
02-27-2021 01:23 PM
Hello, I hit another problem.
I have the following model in Graph.
(periodA:Period)-[:IN]->(periodB:Period)-[:IN]->(periodC:Period)
Period has property ‘value’
What would be the graphql query to retrieve periodA value for periodB.value = X and periodC.value= Y?
I assumed something like this:
query{
Period (filter: { AND: [{ in.value: 3 }, { in.in.value: 2020 }] }){
value
}
}
but in.value is not a valid expression.
I tried other ways as well by following Complex GraphQL Filtering | GRANDstack
No luck.
All the sessions of the conference are now available online