Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 440 Bytes

neo4j-graphql-js.md

File metadata and controls

16 lines (11 loc) · 440 Bytes

neo4j-graphql.js

We use an npm package called neo4j-graphql-js as a cypher query builder. This library also generates resolvers for graphql queries, unless we implement them ourselves.

Debugging

As you can see in their documentation it is possible to log out the generated cypher statements. To do so, run the backend like this:

DEBUG=neo4j-graphql-js yarn run dev