@coderich/autograph 0.13.31 → 0.13.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@coderich/autograph",
3
3
  "main": "index.js",
4
- "version": "0.13.31",
4
+ "version": "0.13.32",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -318,7 +318,6 @@ module.exports = class Resolver {
318
318
  query.toObject = () => query;
319
319
  event.merged = event.input;
320
320
  event.input = event.args?.input;
321
- event.doc ??= event.merged;
322
321
 
323
322
  return event;
324
323
  }