This repository has been archived by the owner on Sep 3, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 147
Improper variable handling in cypher directive #136
Comments
Note that when GraphQL variables are not used the value is inlined in the generated cypher query:
|
After #200 the generated Cypher query and parameters are:
which fixes the issue of not passing the
|
Seems like there is still an issue when a GraphQL variable is used for a field within an object passed as a parameter. Schema:
Query:
Variables: In the generated Cypher parameters, |
Fixed in #213 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
GraphQL schema:
GraphQL query:
GraphQL variables:
generated cypher query:
genereated cypher parameters:
Expected value of
1_end_poi_id
to beGestalt37.7647122-122.4233225
and notundefined
.The text was updated successfully, but these errors were encountered: