diff --git a/modules/ROOT/pages/troubleshooting.adoc b/modules/ROOT/pages/troubleshooting.adoc index e1aabeea..be047a96 100644 --- a/modules/ROOT/pages/troubleshooting.adoc +++ b/modules/ROOT/pages/troubleshooting.adoc @@ -25,7 +25,7 @@ Alternatively, if you are debugging a particular functionality, you can specify 1. `@neo4j/graphql:*` - Logs all 2. `@neo4j/graphql:auth` - Logs the status of authorization header and token extraction, and decoding of JWT 3. `@neo4j/graphql:graphql` - Logs the GraphQL query and variables -4. `@neo4j/graphql:execute` - Logs the Cypher and Cypher paramaters before execution, and summary of execution +4. `@neo4j/graphql:execution` - Logs the Cypher and Cypher parameters before execution, and summary of execution ==== Constructor @@ -218,4 +218,4 @@ This section describes security considerations and known issues. If a query yields no results, the xref::authentication-and-authorization/authorization.adoc[Authorization] process will not be triggered. This means that the result will be empty, instead of throwing an authentication error. Unauthorized users may -then discern whether or not a certain type exists in the database, even if data itself cannot be accessed. \ No newline at end of file +then discern whether or not a certain type exists in the database, even if data itself cannot be accessed.