webiny/webiny-js

๐Ÿ“… Custom DateTime and Identity Input

m0nikaza opened this issue ยท 2 comments

With this release, our users can set their own custom DateTime values to the createdOn, savedOn and publishedOn fields. If the values are not sent to the GraphQL API, the code falls back to the already existing functionality.

They can also set their own custom Identity values to the createdBy, modifiedBy and ownedBy fields. If the values are not sent to the GraphQL API, the code falls back to the default functionality.

Setting your own custom DateTime and Identity values can be done when creating an entry, creating a new revision of the entry or updating the entry.

For more details on this please refer to our change log for 5.38.1: https://www.webiny.com/docs/release-notes/5.38.1/changelog

hey @m0nikaza is this issue still available to work on?