Why can't I edit the data in system generated fiel...
# prisma-whats-new
g
Why can't I edit the data in system generated field like createdAt?
n
@gopidon Hey there, the system fields are automatically populated. We are thinking about pulling that functionality out as an interface as described here: https://github.com/graphcool/feature-requests/issues/83 You can have two fields
myCreatedAt
and
myUpdatedAt
now and edit those... 🙂