hey all, quick one for you - it seems like some of my Types have the createdAt and updatedAt fields and some don't. Was this something that changed recently or am I missing something?
i
iamclaytonray
11/17/2017, 9:17 AM
They are no longer automatically added
iamclaytonray
11/17/2017, 9:17 AM
But they are 100% supported. Just have to add them manually now
j
jt9001
11/17/2017, 9:39 AM
does that mean I just make the fields as dates and write that into my mutate calls?
i
iamclaytonray
11/17/2017, 1:02 PM
No. You write ‘createdAt: DateTime!’, for example, but GC will handle the rest. No need to pass them into mutations
iamclaytonray
11/17/2017, 2:43 PM
I think there is still some notation in the console that it’s a system type