Daniel Cousens
Daniel Cousens
Followed up in https://github.com/keystonejs/keystone/discussions/7273#discussioncomment-4190847
Hi @skeary , This is nice to have functionality! Unfortunately, we don't necessarily want to assume what might be a natural order for this field generally. We might want to...
Hi @pahaz, That sounds incredibly frustrating. > Or another way is to use another database for tests and drop it by default. The `config` object you provided to the test...
Cannot reproduce, can you provide the `.png` used?
@emmatown if this was _only_ on `find*` functions, wouldn't we be able to ignore hooks, and only the return type from the call itself would need to be adjusted?
(I deleted a duplicate comment) This is interesting to follow along @JMLX42! Please keep us updated, as soon as you have a reproduction we can try and action this.
@mtrnik did you receive the error ``` ✨ Starting Keystone ReferenceError: Cannot access '__WEBPACK_DEFAULT_EXPORT__' before initialization ``` Or a `listen EADDRINUSE: ...` error?
@mtrnik I don't think your problem is related to this issue, please open a separate GitHub discussion, and we can help you there
@junaid33 the resolution you have posted indicates something different to the @JMLX42, who **is** using `node@^16` according to the OP
#### Breaking Changes This pull request changes the return type for `resolveInput` hook for `json` fields. Previously you used `'DbNull'` or `'JsonNull'` as the respective null magic values when interacting...