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 5bd99a3 commit 18130ddCopy full SHA for 18130dd
packages/neo4j-driver-deno/lib/mod.ts
@@ -238,7 +238,11 @@ const {
238
* return ['127.0.0.1:8888', 'fallback.db.com:7687'];
239
* },
240
*
241
- * // Optionally override the default user agent name.
+ * // Configure filter for Notification objects returned in ResultSummary#notifications.
242
+ * // See SessionConfig#notificationFilter for usage instructions.
243
+ * notificationFilter: undefined,
244
+ *
245
+ * // Optionally override the default user agent name.
246
* userAgent: USER_AGENT
247
* }
248
0 commit comments