knowbody
09/28/2018, 9:27 AMField "createdAt" is not defined by type PlaceCreateInput; did you mean createdBy?
and I'm not sure what it is aboutnilan
09/28/2018, 9:30 AMcreatedAt
somewhere in a mutation where the type PlaceCreateInput
appears. However, the type PlaceCreateInput
does not expose this field.knowbody
09/28/2018, 9:30 AMknowbody
09/28/2018, 9:31 AMdatabase.graphql
nilan
09/28/2018, 9:31 AMknowbody
09/28/2018, 9:31 AMknowbody
09/28/2018, 9:32 AMnilan
09/28/2018, 9:32 AMnilan
09/28/2018, 9:32 AMThe id, createdAt and updatedAt fields are managed by Prisma and read-only in the exposed Prisma API (meaning they can not be altered via mutations).
knowbody
09/28/2018, 9:34 AMnilan
09/28/2018, 9:34 AMknowbody
09/28/2018, 9:34 AMnilan
09/28/2018, 9:34 AMknowbody
09/28/2018, 9:34 AMknowbody
09/28/2018, 9:34 AMknowbody
09/28/2018, 9:35 AMknowbody
09/28/2018, 9:35 AMnilan
09/28/2018, 9:35 AMknowbody
09/28/2018, 9:38 AM