Skip to content

Commit 1d13637

Browse files
authored
docs: fix typo in nested fields example
1 parent d4c8019 commit 1d13637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/releases/9.0.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ const userFindMany = UserTC.mongooseResolvers.findMany({
434434
// enables all operators for all fields
435435
operators: true,
436436
}
437-
)};
437+
});
438438
```
439439

440440
OR provide a more granular `operators` configuration to suit your needs:

0 commit comments

Comments
 (0)