Closed daveajrussell closed 1 month ago
We've been able to confirm this bug using the steps to reproduce that you provided - many thanks @daveajrussell! :pray: We will now prioritise the bug and address it appropriately.
Hi @daveajrussell , Thank you for raising it, We were able to confirm and fix the bug, it will be released ASAP!
Describe the bug When utilising the
validate
rule within the@authorization
directive on a type, the generated Cypher includes what looks like it should be a wildcardWITH
clause, only it is surrounded by backticks, invalidating the query.Type definitions
To Reproduce Steps to reproduce the behavior:
Operation:
Variables:
Expected behavior The OGM to generate a valid Cypher query for the operation
System (please complete the following information):
@neo4j/graphql:5.7.1
,graphql:16.9.0
,@apollo/server:4.11.0
,neo4j-driver:5.25.0