Skip to content

Commit

Permalink
Update node.js/events.md
Browse files Browse the repository at this point in the history
  • Loading branch information
renejeglinsky authored Jan 26, 2024
1 parent 9983228 commit 9b66d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node.js/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ const [ author, book ] = req.params

### . query {.property}

Captures the incoming request as a CQN [query](cds-ql#class-cds-ql-query). For example, an HTTP request like `GET http://.../Books` is captured as follows:
Captures the incoming request as a [CQN query](cds-ql#class-cds-ql-query). For example, an HTTP request like `GET http://.../Books` is captured as follows:
```js
req.query = {SELECT:{from:{ref:['Books']}}}
```
Expand Down

0 comments on commit 9b66d8f

Please sign in to comment.