Commit 0e7df23
fix: make field '_id' optional in filter argument
In some cases, some resolver were making the filter._id argument required.
This is a minor change that doesn't break any code.
since that all the arguments in Filter are optional unless makeRequired is defined in options1 parent 0b2df42 commit 0e7df23
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
| 73 | + | |
72 | 74 | | |
73 | 75 | | |
74 | 76 | | |
| |||
0 commit comments