Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
03-20-2020 11:13 AM
how to see generated cypher for graphql schema?
Using the neo4j-graphql-js library, it is apparently possible to log out the generated cypher statements with an environment variable:
DEBUG=neo4j-graphql-js node yourcode.js
Can someone explain to me how this works, and how I can 'run' the env variable to log out the statements?
03-24-2020 05:28 AM
If you're just curious as to what mutations are created it's a lot easier to see them in the Graphiql playground as you can see the parameters as well. Sorry, I know that's not a direct answer to your question.
09-23-2020 02:35 PM
on windows machine you can use
set DEBUG=neo4j-graphql-js
then you can run your code like node
All the sessions of the conference are now available online