We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9072722 commit ee8c897Copy full SHA for ee8c897
src/test/kotlin/org/neo4j/graphql/utils/CypherTestSuite.kt
@@ -104,6 +104,6 @@ class CypherTestSuite(fileName: String) : AsciiDocTestSuite(fileName) {
104
}
105
106
companion object {
107
- const val DEBUG = false
+ val DEBUG = System.getProperty("neo4j-graphql-java.debug", "false") == "true"
108
109
0 commit comments