Here are all the local changes: | (*) The typ...
# prisma-whats-new
c
Here are all the local changes: | (*) The type
Appointment
is updated. ├── (+) A new field with the name
archivedAt
and type
DateTime
is created. ├── (+) A new field with the name
alert
and type
Boolean
is created. ├── (+) A new field with the name
allDay
and type
Boolean
is created. ├── (+) A new field with the name
endDate
and type
DateTime
is created. ├── (+) A new field with the name
subject
and type
String!
is created. ├── (*) The field
dateInit
is updated.
n
@chris08002 hey 👋 could you please create a new bug report here: https://github.com/graphcool/api-bugs/issues/new?
are you really only adding a new type? how does the "diff" for your schema file look like? please add that to the issue as well 🙂
c
Thanks for the quick reply!I did it one attribute by one in the end and the problem was the startDate name change and migrationValue. Solved it by making startDate not mandatory and then afterwards making it mandatory. Maybe the date format I initially submitted was not right.