From 17c1f48eae1d5f9a3834991eeed255a6d9412139 Mon Sep 17 00:00:00 2001 From: Michael Webb Date: Wed, 8 May 2024 13:20:26 +0200 Subject: [PATCH] fix: change execute to execution closes: #143 --- modules/ROOT/pages/troubleshooting.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.