Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions modules/ROOT/pages/troubleshooting.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
then discern whether or not a certain type exists in the database, even if data itself cannot be accessed.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what's the change in this line?